Added authentik
This commit is contained in:
46
k8s/core/authentik/values.yaml
Normal file
46
k8s/core/authentik/values.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
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:
|
||||
tag: "2025.2.3"
|
||||
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
|
||||
|
Reference in New Issue
Block a user