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 branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,5 @@ icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg ...@@ -7,5 +7,5 @@ icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg
sources: sources:
- https://git.shivering-isles.com/shivering-isles/infrastructure-gitops - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops
- https://github.com/keycloak/keycloak - https://github.com/keycloak/keycloak
version: 0.1.5 version: 0.1.6
appVersion: "19.0.2" appVersion: "19.0.2"
# keycloak # 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/> **Homepage:** <https://www.keycloak.org/>
...@@ -21,9 +21,9 @@ A Helm chart for Keycloak on Kubernetes ...@@ -21,9 +21,9 @@ A Helm chart for Keycloak on Kubernetes
| autoscaling.minReplicas | int | `1` | | | autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | | | fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | pull policy used for the keycloak container |
| image.repository | string | `"quay.io/keycloak/keycloak"` | | | image.repository | string | `"quay.io/keycloak/keycloak"` | Keycloak image to be used |
| image.tag | string | `""` | | | image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | | | imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | | | ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | | | ingress.className | string | `""` | |
...@@ -33,11 +33,11 @@ A Helm chart for Keycloak on Kubernetes ...@@ -33,11 +33,11 @@ A Helm chart for Keycloak on Kubernetes
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | | ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | | | ingress.tls | list | `[]` | |
| keycloak.database.password | string | `nil` | password of the database user | | 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.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.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.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 | | keycloak.proxy | string | `"edge"` | proxy configuration, See https://www.keycloak.org/server/reverseproxy |
| metrics.enabled | bool | `false` | | | metrics.enabled | bool | `false` | |
| metrics.interval | string | `nil` | | | metrics.interval | string | `nil` | |
...@@ -51,6 +51,7 @@ A Helm chart for Keycloak on Kubernetes ...@@ -51,6 +51,7 @@ A Helm chart for Keycloak on Kubernetes
| resources.limits.memory | string | `"1.5Gi"` | | | resources.limits.memory | string | `"1.5Gi"` | |
| resources.requests.cpu | string | `"100m"` | | | resources.requests.cpu | string | `"100m"` | |
| resources.requests.memory | string | `"1Gi"` | | | resources.requests.memory | string | `"1Gi"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | | | securityContext.capabilities.drop[0] | string | `"ALL"` | |
| securityContext.runAsNonRoot | bool | `true` | | | securityContext.runAsNonRoot | bool | `true` | |
| service.port | int | `80` | | | 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