Update readinessProbe & env
Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
parent
f6abdcfc4c
commit
226a964a0c
2 changed files with 3 additions and 3 deletions
|
@ -49,8 +49,8 @@ spec:
|
|||
containerPort: 8443
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /auth/realms/master
|
||||
port: 8080
|
||||
path: /health/ready
|
||||
port: 9000
|
||||
initialDelaySeconds: 5 # Delay before the probe starts
|
||||
periodSeconds: 15
|
||||
timeoutSeconds: 3
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-30-v29
|
||||
targetRevision: streams-manifests-2025-01-30-v31
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue