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: ''