This commit is contained in:
2024-03-30 12:25:16 -05:00
parent b157db4cb4
commit 8b887578f8

View File

@@ -9,7 +9,7 @@ spec:
- match: Host(`authentik.durp.info`) && PathPrefix(`/`) - match: Host(`authentik.durp.info`) && PathPrefix(`/`)
kind: Rule kind: Rule
services: services:
- name: authentik - name: authentik-service
port: 80 port: 80
tls: tls:
secretName: authentik-tls secretName: authentik-tls
@@ -39,4 +39,4 @@ metadata:
external-dns.alpha.kubernetes.io/hostname: authentik.durp.info external-dns.alpha.kubernetes.io/hostname: authentik.durp.info
spec: spec:
type: ExternalName type: ExternalName
externalName: durp.info externalName: durp.info