Files
homelab/k8s/core/authentik/values.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

2025-04-06 00:28:24 +01:00
global:
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
authentik:
error_reporting:
enabled: true
postgresql:
name: "authentik"
host: "psql.psql.svc"
port: 5432
worker:
envFrom:
- secretRef:
name: authentik-creds
server:
envFrom:
- secretRef:
name: authentik-creds
image:
2025-04-13 19:30:34 +01:00
tag: "2025.2.4"
2025-04-06 00:28:24 +01:00
ingress:
enabled: true
ingressClassName: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd
hosts:
- idm.hexor.cy
- nas.hexor.cy # TrueNAS Limassol
- nc.hexor.cy # NaxtCloud
- of.hexor.cy # Outfleet-v2
- master.hexor.cy # k8s dashboard
- qbt.hexor.cy # qBittorent for Jellyfin
- prom.hexor.cy # Prometheus
- ss.hexor.cy # Syncthing UI
- khm.hexor.cy # Known Hosts keys Manager
- backup.hexor.cy # Kopia Backup UI
- fm.hexor.cy # Filemanager
- hexound.hexor.cy # Hexound
tls:
- secretName: idm-tls
hosts:
- '*.hexor.cy'
redis:
enabled: true