mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/keycloak] Fix probes section in readme (#5886)
This commit is contained in:
committed by
k8s-ci-robot
parent
b1b1aea505
commit
301c9eddaf
@@ -1,5 +1,5 @@
|
||||
name: keycloak
|
||||
version: 0.5.0
|
||||
version: 0.5.1
|
||||
appVersion: 3.4.3.Final
|
||||
description: Open Source Identity and Access Management For Modern Applications and Services
|
||||
keywords:
|
||||
|
||||
@@ -62,10 +62,10 @@ Parameter | Description | Default
|
||||
`keycloak.tolerations` | Node taints to tolerate | `[]`
|
||||
`keycloak.securityContext` | Security context for the pod | `{runAsUser: 1000, fsGroup: 1000, runAsNonRoot: true}`
|
||||
`keycloak.preStartScript` | Custom script to run before Keycloak starts up | ``
|
||||
`keycloak.livenessInitialDelaySeconds` | Liveness Probe `initialDelaySeconds` | `120`
|
||||
`keycloak.livenessTimeoutSeconds` | Liveness Probe `timeoutSeconds` | `5`
|
||||
`keycloak.readinessInitialDelaySeconds` | Readiness Probe `initialDelaySeconds` | `30`
|
||||
`keycloak.readinessTimeoutSeconds` | Readiness Probe `timeoutSeconds` | `1`
|
||||
`keycloak.livenessProbe.initialDelaySeconds` | Liveness Probe `initialDelaySeconds` | `120`
|
||||
`keycloak.livenessProbe.timeoutSeconds` | Liveness Probe `timeoutSeconds` | `5`
|
||||
`keycloak.readinessProbe.initialDelaySeconds` | Readiness Probe `initialDelaySeconds` | `30`
|
||||
`keycloak.readinessProbe.timeoutSeconds` | Readiness Probe `timeoutSeconds` | `1`
|
||||
`keycloak.cli.nodeIdentifier` | WildFly CLI script for setting the node identifier | See `values.yaml`
|
||||
`keycloak.cli.logging` | WildFly CLI script for logging configuration | See `values.yaml`
|
||||
`keycloak.cli.reverseProxy` | WildFly CLI script for reverse proxy configuration | See `values.yaml`
|
||||
|
||||
Reference in New Issue
Block a user