authentik: server.ingress is clearly broken, going to put it in as its own manifest for now

This commit is contained in:
2025-03-02 11:12:17 -05:00
parent 7917b3da30
commit 98b44b4d58

View File

@@ -60,18 +60,30 @@ authentik:
secretKeyRef: secretKeyRef:
name: authentik-credentials name: authentik-credentials
key: user-password key: user-password
server: additionalObjects:
ingress: - apiVersion: networking.k8s.io/v1
enabled: true kind: Ingress
metadata:
annotations: annotations:
traefik.ingress.kubernetes.io/router.middlewares: cloudflarewarp@file traefik.ingress.kubernetes.io/router.middlewares: cloudflarewarp@file
hosts: name: authentik-ingress
- auth.dubyatp.xyz spec:
ingressClassName: traefik
rules:
- host: auth.dubyatp.xyz
http:
paths:
- backend:
service:
name: authentik
port:
number: 80
path: /
pathType: Prefix
tls: tls:
- secretName: cert-dubyatp-xyz - hosts:
hosts:
- auth.dubyatp.xyz - auth.dubyatp.xyz
additionalObjects: secretName: cert-dubyatp-xyz
- apiVersion: v1 - apiVersion: v1
kind: Secret kind: Secret
metadata: metadata: