feat: bind secret route to HTTPS
This commit is contained in:
parent
71487fae5a
commit
5e790c56cd
|
|
@ -7,6 +7,9 @@ spec:
|
||||||
- name: {{ .Values.gateway.name }}
|
- name: {{ .Values.gateway.name }}
|
||||||
namespace: {{ .Values.gateway.namespace }}
|
namespace: {{ .Values.gateway.namespace }}
|
||||||
sectionName: http
|
sectionName: http
|
||||||
|
- name: {{ .Values.gateway.name }}
|
||||||
|
namespace: {{ .Values.gateway.namespace }}
|
||||||
|
sectionName: https-wildcard
|
||||||
{{- with .Values.gateway.hostname }}
|
{{- with .Values.gateway.hostname }}
|
||||||
hostnames:
|
hostnames:
|
||||||
- {{ . | quote }}
|
- {{ . | quote }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue