kubezero/charts/kubezero-auth
Renovate Bot 4628d1e1e7 chore(deps): update keycloak docker tag to v18.7.1 2024-02-23 03:16:31 +00:00
..
docs Minor doc tweaks for postgres upgrades 2023-11-08 16:12:53 +00:00
templates/keycloak Various updates and tweaks 2023-10-02 12:57:25 +00:00
Chart.yaml chore(deps): update keycloak docker tag to v18.7.1 2024-02-23 03:16:31 +00:00
README.md ci and auth version bumps 2024-01-29 14:02:50 +00:00
README.md.gotmpl Updated Kubezero-auth module using Bitnami for KeyCloak 2023-09-06 10:43:10 +00:00
dashboards-keycloak.yaml Updated Kubezero-auth module using Bitnami for KeyCloak 2023-09-06 10:43:10 +00:00
update.sh Updated Kubezero-auth module using Bitnami for KeyCloak 2023-09-06 10:43:10 +00:00
values.yaml Various updates and tweaks 2023-10-02 12:57:25 +00:00

README.md

kubezero-auth

Version: 0.4.5 Type: application AppVersion: 22.0.5

KubeZero umbrella chart for all things Authentication and Identity management

Homepage: https://kubezero.com

Maintainers

Name Email Url
Stefan Reimer stefan@zero-downtime.net

Requirements

Kubernetes: >= 1.26.0

Repository Name Version
https://cdn.zero-downtime.net/charts/ kubezero-lib >= 0.1.6
oci://registry-1.docker.io/bitnamicharts keycloak 18.3.2

Keycloak

Operator

https://www.keycloak.org/operator/installation https://github.com/keycloak/keycloak/tree/main/operator https://github.com/aerogear/keycloak-metrics-spi https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates

Resources

Values

Key Type Default Description
keycloak.auth.adminUser string "admin"
keycloak.auth.existingSecret string "kubezero-auth"
keycloak.auth.passwordSecretKey string "admin-password"
keycloak.enabled bool false
keycloak.istio.admin.enabled bool false
keycloak.istio.admin.gateway string "istio-ingress/private-ingressgateway"
keycloak.istio.admin.url string ""
keycloak.istio.auth.enabled bool false
keycloak.istio.auth.gateway string "istio-ingress/ingressgateway"
keycloak.istio.auth.url string ""
keycloak.metrics.enabled bool false
keycloak.metrics.serviceMonitor.enabled bool true
keycloak.pdb.create bool false
keycloak.pdb.minAvailable int 1
keycloak.postgresql.auth.database string "keycloak"
keycloak.postgresql.auth.existingSecret string "kubezero-auth"
keycloak.postgresql.auth.username string "keycloak"
keycloak.postgresql.primary.persistence.size string "1Gi"
keycloak.postgresql.readReplicas.replicaCount int 0
keycloak.production bool true
keycloak.proxy string "edge"
keycloak.replicaCount int 1
keycloak.resources.requests.cpu string "100m"
keycloak.resources.requests.memory string "512Mi"