mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 06:37:26 +08:00
add new helm value for cds push (#639)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user