This commit is contained in:
2025-05-11 10:17:15 -05:00
parent 5e0ce5c39c
commit d506b1964b

View File

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