feat: helm charts support installing gateway in daemonset mod. (#1054)

This commit is contained in:
yy
2024-06-26 19:47:20 +08:00
committed by GitHub
parent 0ce52de59b
commit 4ca2d23404
3 changed files with 335 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{{- if eq .Values.gateway.kind "Deployment" -}}
{{- $o11y := .Values.global.o11y }}
{{- $unprivilegedPortSupported := true }}
{{- range $index, $node := (lookup "v1" "Node" "default" "").items }}
@@ -241,7 +242,7 @@ spec:
mountPath: /var/run/secrets/istio
- name: istio-data
mountPath: /var/lib/istio/data
- name: podinfo
- name: podinfo
mountPath: /etc/istio/pod
- name: proxy-socket
mountPath: /etc/istio/proxy
@@ -340,3 +341,4 @@ spec:
path: /opt/plugins
type: Directory
{{- end }}
{{- end }}