You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/22 01:50:57 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #12090: [Fix][Worker] alert email in sql task in K8S

caishunfeng commented on code in PR #12090:
URL: https://github.com/apache/dolphinscheduler/pull/12090#discussion_r977113345


##########
dolphinscheduler-worker/src/main/resources/application.yaml:
##########
@@ -76,7 +76,7 @@ worker:
   groups:
     - default
   # alert server listen host
-  alert-listen-host: localhost
+  alert-listen-host: ${ALERT_LISTEN_HOST:localhost}

Review Comment:
   I think we can use the env variable to replace it, like: https://github.com/apache/dolphinscheduler/blob/3.0.0-release/script/env/dolphinscheduler_env.sh#L31    WDYT? 
   cc @kezhenxu94 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org