mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
auth
A Helm chart for Kubernetes
Requirements
| Repository | Name | Version |
|---|---|---|
| oci://registry-1.docker.io/bitnamicharts | keycloak | 24.5.2 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| keycloak.auth.adminUser | string | "archer" |
|
| keycloak.auth.existingSecret | string | "keycloak" |
|
| keycloak.enabled | bool | true |
|
| keycloak.extraEnvVars[0].name | string | "KEYCLOAK_PRODUCTION" |
|
| keycloak.extraEnvVars[0].value | string | "true" |
|
| keycloak.ingress.annotations."cert-manager.io/cluster-issuer" | string | "letsencrypt-dns" |
|
| keycloak.ingress.annotations."traefik.ingress.kubernetes.io/router.middlewares" | string | "traefik-headers@kubernetescrd" |
|
| keycloak.ingress.enabled | bool | true |
|
| keycloak.ingress.hostname | string | "auth.deepcypher.me" |
|
| keycloak.ingress.tls | bool | true |
|
| keycloak.livenessProbe.enabled | bool | true |
|
| keycloak.postgresql.auth.existingSecret | string | "postgres" |
|
| keycloak.readinessProbe.enabled | bool | true |
|
| keycloak.resources.limits.memory | string | "2Gi" |
|
| keycloak.resources.requests.cpu | string | "500m" |
|
| keycloak.startupProbe.enabled | bool | true |