diff --git a/charts/kubezero/templates/istio-ingress.yaml b/charts/kubezero/templates/istio-ingress.yaml index 1c53bdb2..afd46712 100644 --- a/charts/kubezero/templates/istio-ingress.yaml +++ b/charts/kubezero/templates/istio-ingress.yaml @@ -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 }} diff --git a/charts/kubezero/templates/istio-private-ingress.yaml b/charts/kubezero/templates/istio-private-ingress.yaml index 045972b8..5ec9062a 100644 --- a/charts/kubezero/templates/istio-private-ingress.yaml +++ b/charts/kubezero/templates/istio-private-ingress.yaml @@ -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 }}