update ingress

This commit is contained in:
2024-07-21 06:50:32 -05:00
parent 39020882f4
commit 0b4238217b
27 changed files with 106 additions and 186 deletions

View File

@@ -6,7 +6,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`authentik.durp.info`) && PathPrefix(`/`)
- match: Host(`authentik.prd.durp.info`) && PathPrefix(`/`)
kind: Rule
services:
- name: authentik-server
@@ -25,9 +25,9 @@ spec:
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "authentik.durp.info"
commonName: "authentik.prd.durp.info"
dnsNames:
- "authentik.durp.info"
- "authentik.prd.durp.info"
---
@@ -36,7 +36,7 @@ apiVersion: v1
metadata:
name: authentik-external-dns
annotations:
external-dns.alpha.kubernetes.io/hostname: authentik.durp.info
external-dns.alpha.kubernetes.io/hostname: authentik.prd.durp.info
spec:
type: ExternalName
externalName: durp.info
externalName:.prd.durp.info