use wildcard on gateway

This commit is contained in:
2024-08-21 22:23:28 -05:00
parent 9f1aff7291
commit 42ecffb98c

View File

@@ -10,20 +10,20 @@ metadata:
app.kubernetes.io/component: network app.kubernetes.io/component: network
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
annotations: annotations:
cert-manager.io/issuer: letsencrypt-issuer cert-manager.io/cluster-issuer: letsencrypt-issuer
spec: spec:
gatewayClassName: cilium gatewayClassName: cilium
listeners: listeners:
- name: http - name: http
protocol: HTTP protocol: HTTP
port: 80 port: 80
- name: https - name: https
protocol: HTTPS protocol: HTTPS
port: 443 port: 443
hostname: auth.alexlebens.net hostname: "*.alexlebens.net"
tls: tls:
mode: Terminate mode: Terminate
certificateRefs: certificateRefs:
- kind: Secret - kind: Secret
name: authentik-tls-gateway name: wildcard-tls-alexlebens-net
group: '' group: ''