This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch helm-chart in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit 5bff33d48cad002c0bcc2beac03a6760fd505ec3 Author: tomsun28 <[email protected]> AuthorDate: Thu Sep 21 14:55:22 2023 +0800 support deploy collector on web, fix dispatch bugs (#1251) Co-authored-by: Ceilzcx <[email protected]> --- hertzbeat/templates/collector/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hertzbeat/templates/collector/configmap.yaml b/hertzbeat/templates/collector/configmap.yaml index 5ef8e73..e9d5124 100644 --- a/hertzbeat/templates/collector/configmap.yaml +++ b/hertzbeat/templates/collector/configmap.yaml @@ -6,7 +6,7 @@ metadata: {{- include "hertzbeat.labels" . | nindent 4 }} data: IDENTITY: "" - MANAGER_IP: "{{ include "hertzbeat.manager.host" . }}" + MANAGER_HOST: "{{ include "hertzbeat.manager.host" . }}" MANAGER_PORT: "1158" application.yml: |+ server: @@ -34,7 +34,7 @@ data: netty: enabled: true identity: ${IDENTITY:} - manager-ip: ${MANAGER_IP:127.0.0.1} + manager-host: ${MANAGER_HOST:127.0.0.1} manager-port: ${MANAGER_PORT:1158} common: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
