Files
dc-kc/charts/auth/values.yaml
2025-09-04 22:47:46 +01:00

50 lines
1.3 KiB
YAML

keycloak:
enabled: true
auth:
adminUser: archer
existingSecret: keycloak # containing `admin-password` for keycloak
postgresql:
auth:
existingSecret: postgres # containing `password` and `postgres-password`
ingress:
enabled: false
annotations:
cert-manager.io/cluster-issuer: letsencrypt-dns
traefik.ingress.kubernetes.io/router.middlewares: traefik-headers@kubernetescrd,auth-base-redirect@kubernetescrd
hostname: auth.deepcypher.me
tls: true
extraEnvVars:
- name: KEYCLOAK_PRODUCTION
value: "true"
resources:
requests:
cpu: 500m
limits:
memory: 2Gi
readinessProbe:
enabled: true
livenessProbe:
enabled: true
startupProbe:
enabled: true
environment:
name: unknown # not to be used for hard checks but to display to user
hardware: metal # to be used to enable on-prem specific features like ceph, cilium, etc
mode: production # to be used to configure backup movement and additional debugging features
revision: main # to be used to pull from different git branches
baseDomain: deepcypher.me # to be used to override default chart domains to configure environments
location:
name: unknown # not to be used for hard checks purely informational
contact:
name: George Onoufriou
email: noreply@deepcypher.me