update the probes for statability
This commit is contained in:
@@ -17,6 +17,21 @@ spec:
|
|||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
values:
|
values:
|
||||||
|
livenessProbe:
|
||||||
|
enabled: true
|
||||||
|
initialDelaySeconds: 600
|
||||||
|
periodSeconds: 30
|
||||||
|
timeoutSeconds: 10
|
||||||
|
failureThreshold: 5
|
||||||
|
successThreshold: 1
|
||||||
|
readinessProbe:
|
||||||
|
enabled: true
|
||||||
|
path: /
|
||||||
|
initialDelaySeconds: 600
|
||||||
|
periodSeconds: 30
|
||||||
|
timeoutSeconds: 10
|
||||||
|
failureThreshold: 5
|
||||||
|
successThreshold: 1
|
||||||
adminUsername: ${admin_username}
|
adminUsername: ${admin_username}
|
||||||
adminPassword: ${admin_password}
|
adminPassword: ${admin_password}
|
||||||
adminEmail: ${admin_email}
|
adminEmail: ${admin_email}
|
||||||
|
|||||||
Reference in New Issue
Block a user