Update values for readinessProbe

Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
Benedith Mulongo 2025-01-30 14:47:05 +01:00
parent bf53cec3dd
commit ccb3acc08f
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3
2 changed files with 6 additions and 1 deletions

View file

@ -46,6 +46,11 @@ spec:
httpGet:
path: /auth/realms/master
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:
- mountPath: /opt/keycloak/data/h2/
name: storage

View file

@ -7,7 +7,7 @@ spec:
project: default
source:
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
destination:
server: https://kubernetes.default.svc