Add HSTS to istio headers

This commit is contained in:
Amarpreet Minhas 2023-07-12 16:52:12 +00:00
parent 5a739e62e0
commit f5a8fdb0fa

View file

@ -72,5 +72,9 @@ spec:
port:
number: {{ .Values.istio.port }}
host: {{ .Values.istio.backendHost }}
headers:
response:
set:
Strict-Transport-Security: max-age=31536000; includeSubDomains
...
{{ end }}