mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/keycloak] use realm url for probe instead of static welcome page (#9042)
* [stable/keycloak] use realm url for probe instead of static welcome page This will result in keycloak actually performing some action (e.g. hitting the database) versus just serving a static webpage for liveliness and readiness probes Signed-off-by: Michael Dop <michael.p.dop@gmail.com> * Use the basepath for liveliness Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
06a650e941
commit
2ffbd32d46
@@ -1,5 +1,5 @@
|
||||
name: keycloak
|
||||
version: 4.0.4
|
||||
version: 4.0.5
|
||||
appVersion: 4.5.0.Final
|
||||
description: Open Source Identity and Access Management For Modern Applications and Services
|
||||
keywords:
|
||||
|
||||
@@ -100,7 +100,7 @@ spec:
|
||||
timeoutSeconds: {{ .Values.keycloak.livenessProbe.timeoutSeconds }}
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /{{ .Values.keycloak.basepath }}/
|
||||
path: /{{ .Values.keycloak.basepath }}/realms/master
|
||||
port: http
|
||||
initialDelaySeconds: {{ .Values.keycloak.readinessProbe.initialDelaySeconds }}
|
||||
timeoutSeconds: {{ .Values.keycloak.readinessProbe.timeoutSeconds }}
|
||||
|
||||
Reference in New Issue
Block a user