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 }}
|
- {{ .Values.istio.commonName }}
|
||||||
{{- range .Values.istio.sans }}
|
{{- range .Values.istio.sans }}
|
||||||
- {{ . }}
|
- {{ . }}
|
||||||
|
{{- end }}
|
||||||
|
- port:
|
||||||
|
number: 80
|
||||||
|
name: https
|
||||||
|
protocol: HTTP
|
||||||
|
tls:
|
||||||
|
httpsRedirect: true
|
||||||
|
hosts:
|
||||||
|
- {{ .Values.istio.commonName }}
|
||||||
|
{{- range .Values.istio.sans }}
|
||||||
|
- {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
...
|
...
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue