2025-04-06 00:28:24 +01:00
|
|
|
global:
|
2026-03-11 16:31:51 +00:00
|
|
|
image:
|
2026-03-11 17:21:19 +00:00
|
|
|
tag: "2026.2.1"
|
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
|
2026-03-11 16:43:59 +00:00
|
|
|
# volumes:
|
|
|
|
|
# - name: dshm
|
|
|
|
|
# emptyDir:
|
|
|
|
|
# medium: Memory
|
|
|
|
|
# sizeLimit: 512Mi
|
|
|
|
|
# volumeMounts:
|
|
|
|
|
# - name: dshm
|
|
|
|
|
# mountPath: /dev/shm
|
|
|
|
|
# livenessProbe:
|
|
|
|
|
# exec:
|
|
|
|
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
|
|
|
|
# initialDelaySeconds: 5
|
|
|
|
|
# periodSeconds: 10
|
|
|
|
|
# failureThreshold: 3
|
|
|
|
|
# timeoutSeconds: 3
|
|
|
|
|
# readinessProbe:
|
|
|
|
|
# exec:
|
|
|
|
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
|
|
|
|
# initialDelaySeconds: 5
|
|
|
|
|
# periodSeconds: 10
|
|
|
|
|
# failureThreshold: 3
|
|
|
|
|
# timeoutSeconds: 3
|
|
|
|
|
# startupProbe:
|
|
|
|
|
# exec:
|
|
|
|
|
# command: ["/bin/sh", "-c", "kill -0 1"]
|
|
|
|
|
# initialDelaySeconds: 30
|
|
|
|
|
# periodSeconds: 10
|
|
|
|
|
# failureThreshold: 60
|
|
|
|
|
# timeoutSeconds: 3
|
2025-04-06 00:28:24 +01:00
|
|
|
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
|
|
|
|
|
tls:
|
|
|
|
|
- secretName: idm-tls
|
|
|
|
|
hosts:
|
|
|
|
|
- '*.hexor.cy'
|
|
|
|
|
redis:
|
2026-03-11 15:58:42 +00:00
|
|
|
enabled: false
|
2025-04-06 00:28:24 +01:00
|
|
|
|