add new helm value for cds push (#639)

This commit is contained in:
澄潭
2023-11-16 09:31:25 +08:00
committed by GitHub
parent e5cd334d5d
commit 6803aa44ab
3 changed files with 4 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ spec:
timeoutSeconds: 5 timeoutSeconds: 5
env: env:
- name: PILOT_FILTER_GATEWAY_CLUSTER_CONFIG - name: PILOT_FILTER_GATEWAY_CLUSTER_CONFIG
value: "true" value: "{{ .Values.global.onlyPushRouteCluster }}"
- name: HIGRESS_CONTROLLER_SVC - name: HIGRESS_CONTROLLER_SVC
value: "127.0.0.1" value: "127.0.0.1"
- name: HIGRESS_CONTROLLER_PORT - name: HIGRESS_CONTROLLER_PORT

View File

@@ -134,6 +134,8 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.serviceAccountName fieldPath: spec.serviceAccountName
- name: PILOT_XDS_SEND_TIMEOUT
value: 60s
- name: PROXY_XDS_VIA_AGENT - name: PROXY_XDS_VIA_AGENT
value: "true" value: "true"
- name: ENABLE_INGRESS_GATEWAY_SDS - name: ENABLE_INGRESS_GATEWAY_SDS

View File

@@ -1,5 +1,6 @@
revision: "" revision: ""
global: global:
onlyPushRouteCluster: true
# IngressClass filters which ingress resources the higress controller watches. # IngressClass filters which ingress resources the higress controller watches.
# The default ingress class is higress. # The default ingress class is higress.
# There are some special cases for special ingress class. # There are some special cases for special ingress class.