feat: bind secret route to HTTPS

This commit is contained in:
eding 2026-09-16 20:53:01 +02:00
parent 71487fae5a
commit 5e790c56cd

View file

@ -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 }}