try to fix keycloak
This commit is contained in:
parent
87563a543a
commit
5b6cc772cb
@ -58,15 +58,37 @@ postgresql:
|
||||
whenDeleted: Retain
|
||||
whenScaled: Retain
|
||||
|
||||
customReadinessProbe:
|
||||
customStartupProbe:
|
||||
httpGet:
|
||||
path: /realms/master
|
||||
port: https
|
||||
scheme: HTTPS
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
failureThreshold: 3
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 18
|
||||
successThreshold: 1
|
||||
|
||||
customLivenessProbe:
|
||||
httpGet:
|
||||
path: /realms/master
|
||||
port: https
|
||||
scheme: HTTPS
|
||||
initialDelaySeconds: 120
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 6
|
||||
successThreshold: 1
|
||||
|
||||
customReadinessProbe:
|
||||
httpGet:
|
||||
path: /realms/master
|
||||
port: https
|
||||
scheme: HTTPS
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 12
|
||||
successThreshold: 1
|
||||
|
||||
extraEnvVars:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user