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.8.1 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| environment.baseDomain | string | "deepcypher.me" |
|
| environment.contact.email | string | "noreply@deepcypher.me" |
|
| environment.contact.name | string | "George Onoufriou" |
|
| environment.hardware | string | "metal" |
|
| environment.location.name | string | "unknown" |
|
| environment.mode | string | "production" |
|
| environment.name | string | "unknown" |
|
| environment.revision | string | "main" |
|
| 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,auth-base-redirect@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 |