Files
keycloak2/values.yml
2026-01-19 16:50:32 +01:00

52 lines
948 B
YAML

database:
type: postgres
host: database.database1.svc.cluster.local
name: keycloak2
existingSecret: keycloak-database-secrets
secretKeys:
passwordKey: DB_PASSWD
usernameKey: DB_USER
keycloak:
production: true
hostname: auth.hottis.de
adminUser: admin
existingSecret: keycloak-secrets
secretKeys:
adminPasswordKey: ADMIN_PASSWORD
httpEnabled: true
httpsEnabled: false
proxyHeaders: xforwarded
commonAnnotations:
secret.reloader.stakater.com/reload: "keycloak-secrets, keycloak-database-secrets"
ingress:
enabled: true
className: "traefik"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production-http"
hosts:
- host: auth.hottis.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: keycloak-tls
hosts:
- auth.hottis.de
persistence:
enabled: true
storageClass: nfs-client
tls:
enabled: false
postgres:
enabled: false