https://github.com/max-pfeiffer/keycloak-postgresql-docker-helm
Docker image and Helm chart for running Keycloak with PostgreSQL database on Kubernetes. Supports AMD64 and ARM64 CPU architectures.
https://github.com/max-pfeiffer/keycloak-postgresql-docker-helm
docker helm helm-chart keycloak kubernetes postgresql
Last synced: 3 months ago
JSON representation
Docker image and Helm chart for running Keycloak with PostgreSQL database on Kubernetes. Supports AMD64 and ARM64 CPU architectures.
- Host: GitHub
- URL: https://github.com/max-pfeiffer/keycloak-postgresql-docker-helm
- Owner: max-pfeiffer
- License: mit
- Created: 2023-06-04T13:26:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T05:01:48.000Z (4 months ago)
- Last Synced: 2026-03-27T01:30:07.431Z (4 months ago)
- Topics: docker, helm, helm-chart, keycloak, kubernetes, postgresql
- Language: Python
- Homepage: https://hub.docker.com/r/pfeiffermax/keycloak-postgresql
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://python-poetry.org/)
[](https://github.com/astral-sh/ruff)
[](https://codecov.io/gh/max-pfeiffer/keycloak-postgresql-docker-helm)
[](https://github.com/max-pfeiffer/keycloak-postgresql-docker-helm/actions/workflows/code-quality.yaml)
[](https://github.com/max-pfeiffer/keycloak-postgresql-docker-helm/actions/workflows/tests.yaml)
[](https://github.com/max-pfeiffer/keycloak-postgresql-docker-helm/actions/workflows/helm-lint.yaml)
[](https://github.com/max-pfeiffer/keycloak-postgresql-docker-helm/actions/workflows/helm-release.yaml)


# Keycloak PostgreSQL Docker Image and Helm Charts
Docker image and Helm charts for running Keycloak with PostgreSQL database on Kubernetes.
## Docker Image
Features:
* PostgreSQL database backend
* Health checks enabled
* Metrics enabled
**Docker Hub:** [https://hub.docker.com/r/pfeiffermax/keycloak-postgresql](https://hub.docker.com/r/pfeiffermax/keycloak-postgresql)
## Helm Charts
### Repository URL
Helm repository URL: [https://max-pfeiffer.github.io/keycloak-postgresql-docker-helm](https://max-pfeiffer.github.io/keycloak-postgresql-docker-helm)
### Usage
Use the Helm charts to install Keycloak with this Docker Image on Kubernetes:
```shell
helm repo add keycloak-postgresql https://max-pfeiffer.github.io/keycloak-postgresql-docker-helm
helm install keycloak keycloak-postgresql/keycloak --values your_values.yaml --namespace your-namespace
```
### Documentation
For further documentation and `values.yaml` examples see:
* [Keycloak Helm Chart](charts%2Fkeycloak%2FREADME.md)
## Information Sources
* [List of all Keycloak configuration options](https://www.keycloak.org/server/all-config)