Add HSTS to istio headers
This commit is contained in:
parent
5a739e62e0
commit
f5a8fdb0fa
1 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue