From d506b1964b387bdbcb5f7b5332f6582502f6ee82 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 11 May 2025 10:17:15 -0500 Subject: [PATCH] update --- dmz/authentik/templates/cert.yaml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/dmz/authentik/templates/cert.yaml b/dmz/authentik/templates/cert.yaml index c737b53..0bcf9ab 100644 --- a/dmz/authentik/templates/cert.yaml +++ b/dmz/authentik/templates/cert.yaml @@ -1,20 +1,3 @@ -apiVersion: traefik.io/v1alpha1 -kind: IngressRoute -metadata: - name: auth-ingress -spec: - entryPoints: - - websecure - routes: - - match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`) - kind: Rule - services: - - name: ak-outpost-dmz-embedded-outpost - port: 9000 - tls: - secretName: authentik-outpost-tls - ---- apiVersion: cert-manager.io/v1 kind: Certificate metadata: @@ -27,7 +10,6 @@ spec: commonName: "authentik.durp.info" dnsNames: - "authentik.durp.info" - - "authentik.durp.info" --- apiVersion: traefik.io/v1alpha1 @@ -43,6 +25,11 @@ spec: services: - name: infra-cluster port: 443 + - match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`) + kind: Rule + services: + - name: ak-outpost-dmz-embedded-outpost + port: 9000 tls: secretName: authentik-outpost-tls