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

49 lines
1.3 KiB
YAML
Raw Normal View History

2025-04-06 00:28:24 +01:00
global:
2025-04-28 13:26:43 +00:00
image:
tag: "2025.4.1"
2025-04-06 00:28:24 +01:00
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
2025-04-28 13:26:43 +00:00
2025-04-06 00:28:24 +01:00
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
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
2025-04-24 21:41:04 +00:00
- 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
- minecraft.hexor.cy # Minecraft UI and server
2025-04-06 00:28:24 +01:00
tls:
- secretName: idm-tls
hosts:
- '*.hexor.cy'
redis:
enabled: true