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