mirror of
https://github.com/alibaba/higress.git
synced 2026-06-26 02:35:02 +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 }}
|
{{- if .Values.global.enableHigressIstio }}
|
||||||
discoveryAddress: {{ printf "istiod.%s.svc" .Values.global.istioNamespace }}:15012
|
discoveryAddress: {{ printf "istiod.%s.svc" .Values.global.istioNamespace }}:15012
|
||||||
{{- else }}
|
{{- else }}
|
||||||
discoveryAddress: higress-controller.{{.Release.Namespace}}.svc:15012
|
discoveryAddress: {{ include "controller.name" . }}.{{.Release.Namespace}}.svc:15012
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
proxyStatsMatcher:
|
proxyStatsMatcher:
|
||||||
|
|||||||
Reference in New Issue
Block a user