Skip to content
Snippets Groups Projects
Verified Commit 93d77fbd authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

docs(keycloak): Update helm chart README

parent 7d876eb8
No related merge requests found
......@@ -7,5 +7,5 @@ icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg
sources:
- https://git.shivering-isles.com/shivering-isles/infrastructure-gitops
- https://github.com/keycloak/keycloak
version: 0.1.5
version: 0.1.6
appVersion: "19.0.2"
# keycloak
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 19.0.1](https://img.shields.io/badge/AppVersion-19.0.1-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 19.0.2](https://img.shields.io/badge/AppVersion-19.0.2-informational?style=flat-square)
A Helm chart for Keycloak on Kubernetes
(Alpha) A Helm chart for Keycloak on Kubernetes
**Homepage:** <https://www.keycloak.org/>
......@@ -21,9 +21,9 @@ A Helm chart for Keycloak on Kubernetes
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/keycloak/keycloak"` | |
| image.tag | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | pull policy used for the keycloak container |
| image.repository | string | `"quay.io/keycloak/keycloak"` | Keycloak image to be used |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
......@@ -33,11 +33,11 @@ A Helm chart for Keycloak on Kubernetes
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| keycloak.database.password | string | `nil` | password of the database user |
| keycloak.database.type | string | `"dev-file"` | Type of the database, see `db` at https://www.keycloak.org/server/db#_configuring_a_database |
| keycloak.database.type | string | `"postgres"` | Type of the database, see `db` at https://www.keycloak.org/server/db#_configuring_a_database |
| keycloak.database.url | string | `nil` | database URL, see `db-url` at https://www.keycloak.org/server/db#_configuring_a_database jdbc:postgresql://localhost/keycloak |
| keycloak.database.username | string | `nil` | username of the database user |
| keycloak.features | list | `[]` | list of features that should be enabled on the keycloak instance. See `features` at https://www.keycloak.org/server/containers#_relevant_options |
| keycloak.hostname | string | `nil` | |
| keycloak.hostname | string | `"keycloak.example.com"` | Hostname used for the keycloak installation |
| keycloak.proxy | string | `"edge"` | proxy configuration, See https://www.keycloak.org/server/reverseproxy |
| metrics.enabled | bool | `false` | |
| metrics.interval | string | `nil` | |
......@@ -51,6 +51,7 @@ A Helm chart for Keycloak on Kubernetes
| resources.limits.memory | string | `"1.5Gi"` | |
| resources.requests.cpu | string | `"100m"` | |
| resources.requests.memory | string | `"1Gi"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
| securityContext.runAsNonRoot | bool | `true` | |
| service.port | int | `80` | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment