probe maybe?

This commit is contained in:
Michael Thomson
2024-02-07 17:33:27 -05:00
parent 978431bfe5
commit a54a582961

View File

@@ -430,17 +430,17 @@ spec:
##
livenessProbe:
enabled: true
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
failureThreshold: 10
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 10
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
failureThreshold: 10
successThreshold: 1
startupProbe:
enabled: false