Add 80->443 redirect to all istio gateways
This commit is contained in:
parent
75122d0c4c
commit
901c0b699c
1 changed files with 11 additions and 0 deletions
|
@ -39,6 +39,17 @@ spec:
|
|||
- {{ .Values.istio.commonName }}
|
||||
{{- range .Values.istio.sans }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
- port:
|
||||
number: 80
|
||||
name: https
|
||||
protocol: HTTP
|
||||
tls:
|
||||
httpsRedirect: true
|
||||
hosts:
|
||||
- {{ .Values.istio.commonName }}
|
||||
{{- range .Values.istio.sans }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
...
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue