change rediness prob to 150
parent
cd956d45b6
commit
77c30daefd
|
|
@ -96,11 +96,11 @@ spec:
|
|||
readinessProbe:
|
||||
exec:
|
||||
command: [ "/usr/bin/systemctl", "status", "ipa" ]
|
||||
initialDelaySeconds: 300
|
||||
initialDelaySeconds: 150
|
||||
timeoutSeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 3
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
|
|
|
|||
Loading…
Reference in New Issue