Skip to content

Commit

Permalink
add new helm value for cds push (alibaba#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 16, 2023
1 parent e5cd334 commit 6803aa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/core/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
timeoutSeconds: 5
env:
- name: PILOT_FILTER_GATEWAY_CLUSTER_CONFIG
value: "true"
value: "{{ .Values.global.onlyPushRouteCluster }}"
- name: HIGRESS_CONTROLLER_SVC
value: "127.0.0.1"
- name: HIGRESS_CONTROLLER_PORT
Expand Down
2 changes: 2 additions & 0 deletions helm/core/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
- name: PILOT_XDS_SEND_TIMEOUT
value: 60s
- name: PROXY_XDS_VIA_AGENT
value: "true"
- name: ENABLE_INGRESS_GATEWAY_SDS
Expand Down
1 change: 1 addition & 0 deletions helm/core/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
revision: ""
global:
onlyPushRouteCluster: true
# IngressClass filters which ingress resources the higress controller watches.
# The default ingress class is higress.
# There are some special cases for special ingress class.
Expand Down

0 comments on commit 6803aa4

Please sign in to comment.