mirror of
https://github.com/alibaba/higress.git
synced 2026-04-22 04:27:26 +08:00
fix: Use "controller.name" to refer the controller service in higress-config (#1108)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
{{- if .Values.global.enableHigressIstio }}
|
||||
discoveryAddress: {{ printf "istiod.%s.svc" .Values.global.istioNamespace }}:15012
|
||||
{{- else }}
|
||||
discoveryAddress: higress-controller.{{.Release.Namespace}}.svc:15012
|
||||
discoveryAddress: {{ include "controller.name" . }}.{{.Release.Namespace}}.svc:15012
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
proxyStatsMatcher:
|
||||
|
||||
Reference in New Issue
Block a user