From 42ecffb98c99e2c0e06fd809cd25a1aa3a8e0b89 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 22:23:28 -0500 Subject: [PATCH] use wildcard on gateway --- clusters/cl01tl/platform/authentik/templates/gateway.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/platform/authentik/templates/gateway.yaml b/clusters/cl01tl/platform/authentik/templates/gateway.yaml index b8cfa117f..a33316169 100644 --- a/clusters/cl01tl/platform/authentik/templates/gateway.yaml +++ b/clusters/cl01tl/platform/authentik/templates/gateway.yaml @@ -10,20 +10,20 @@ metadata: app.kubernetes.io/component: network app.kubernetes.io/part-of: {{ .Release.Name }} annotations: - cert-manager.io/issuer: letsencrypt-issuer + cert-manager.io/cluster-issuer: letsencrypt-issuer spec: gatewayClassName: cilium listeners: - name: http protocol: HTTP - port: 80 + port: 80 - name: https protocol: HTTPS port: 443 - hostname: auth.alexlebens.net + hostname: "*.alexlebens.net" tls: mode: Terminate certificateRefs: - kind: Secret - name: authentik-tls-gateway + name: wildcard-tls-alexlebens-net group: ''