Merge pull request 'feat: bind secret route to HTTPS' (#7) from feat/phase3-https-listener into maidn/platform-maidn-e2e-secret
Reviewed-on: #7
This commit is contained in:
commit
335bfedf5b
|
|
@ -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