--- # See infrastructure/vps-standby/vault/manifests/ingress.yaml for the # vps.huskypup.net subdomain design rationale. # # CAVEAT: Authentik's provider/application configs (redirect_uris, etc.) # are replicated byte-for-byte from home and point at *.kube.huskypup.net # - SSO logins between VPS-hosted apps and this VPS Authentik instance # won't complete correctly (redirect mismatch) until that's addressed # separately. Direct/local Authentik admin login still works fine for # browsing and verifying replicated data. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: vps-authentik namespace: authentik annotations: cert-manager.io/cluster-issuer: letsencrypt-production spec: ingressClassName: traefik tls: - hosts: - auth.vps.huskypup.net secretName: vps-authentik-tls rules: - host: auth.vps.huskypup.net http: paths: - path: / pathType: Prefix backend: service: name: vps-authentik-server port: number: 80