feature: add optional grpcweb filter to ingress

This commit is contained in:
Stefan Reimer 2025-05-16 11:53:14 +00:00
parent 6f69dfd8e9
commit 5571e2ab85
2 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,10 @@ proxyProtocol: {{ default true (index .Values "istio-ingress" "proxyProtocol") }
hardening:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with (index .Values "istio-ingress" "httpFilter") }}
httpFilter:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}

View File

@ -93,6 +93,10 @@ proxyProtocol: {{ default true (index .Values "istio-private-ingress" "proxyProt
hardening:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with (index .Values "istio-private-ingress" "httpFilter") }}
httpFilter:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}