Skip to content

Commit

Permalink
feat: fix ingressControllerMode and ingressClass (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: xianyanglin <xianyanglinde@163.com>
  • Loading branch information
xianyanglin authored Jul 28, 2023
1 parent 69fcd45 commit 601baac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ data:
localityLbSetting:
enabled: false
ingressControllerMode: 1
ingressControllerMode: 3
ingressClass: hango
# DNS refresh rate for Envoy clusters of type STRICT_DNS
dnsRefreshRate: 300s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- name: NCE_PORT
value: "10880"
- name: NCE_JAVA_OPTS
value: "-DistioNamespace={{ .Values.namespace }} -DgatewayNamespace={{ .Values.namespace }} -DistioName=istiod -DstartInformer=false -DresourceNamespace={{ .Values.namespace }} -DmeshRegistryName=slime-hango"
value: "-DistioNamespace={{ .Values.namespace }} -DistioRev={{ .Values.istio_rev }} -DgatewayNamespace={{ .Values.namespace }} -DistioName=istiod -DstartInformer=false -DresourceNamespace={{ .Values.namespace }} -DmeshRegistryName=slime-hango"
image: "{{.Values.images.hango_apiplane_image}}"
resources:
requests:
Expand Down Expand Up @@ -207,6 +207,8 @@ spec:
env:
- name: KUBE_NAMESPACE_WHITELIST
value: {{ .Values.namespace }}
- name: K8S_INGRESS_LABEL
value: gw_cluster:{{ .Values.gateway_cluster}}
- name: REVISION
value: {{ .Values.istio_rev }}
- name: JWT_POLICY
Expand Down

0 comments on commit 601baac

Please sign in to comment.