adjust istio helm

This commit is contained in:
zty98751
2022-11-01 17:16:08 +08:00
parent 09d999801f
commit c3fe040e10
3 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
configSources:
- address: k8s://
- address: {{ .Values.higress.xds }}
- address: {{ printf "xds://%s.%s:%s" .Values.higress.name .Values.higress.namespace .Values.higress.port }}
defaultConfig:
{{- if .Values.global.meshID }}

View File

@@ -112,6 +112,10 @@ spec:
periodSeconds: 3
timeoutSeconds: 5
env:
- name: HIGRESS_CONTROLLER_SVC
value: {{ printf "%s.%s" .Values.higress.name .Values.higress.namespace }}
- name: HIGRESS_CONTROLLER_PORT
value: "{{ .Values.higress.port }}"
- name: REVISION
value: "{{ .Values.revision | default `default` }}"
- name: JWT_POLICY