Update values for readinessProbe
Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
parent
bf53cec3dd
commit
ccb3acc08f
2 changed files with 6 additions and 1 deletions
|
@ -46,6 +46,11 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /auth/realms/master
|
path: /auth/realms/master
|
||||||
port: 8080
|
port: 8080
|
||||||
|
initialDelaySeconds: 5 # Delay before the probe starts
|
||||||
|
periodSeconds: 15
|
||||||
|
timeoutSeconds: 3
|
||||||
|
successThreshold: 1 # Number of successful probes to consider the pod ready
|
||||||
|
failureThreshold: 5
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt/keycloak/data/h2/
|
- mountPath: /opt/keycloak/data/h2/
|
||||||
name: storage
|
name: storage
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||||
targetRevision: streams-manifests-2025-01-30-v24
|
targetRevision: streams-manifests-2025-01-30-v28
|
||||||
path: keycloak/overlays/test
|
path: keycloak/overlays/test
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Add table
Reference in a new issue