Merge pull request #308 from 3dwardch3ng/app/gitea
update the probes for statability
This commit is contained in:
@@ -17,21 +17,23 @@ spec:
|
|||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
values:
|
values:
|
||||||
|
image:
|
||||||
|
debug: true
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
enabled: true
|
enabled: true
|
||||||
initialDelaySeconds: 600
|
initialDelaySeconds: 600
|
||||||
periodSeconds: 30
|
periodSeconds: 60
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 30
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
enabled: true
|
enabled: true
|
||||||
path: /
|
path: /
|
||||||
initialDelaySeconds: 600
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 60
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 30
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
adminUsername: ${admin_username}
|
adminUsername: ${admin_username}
|
||||||
|
|||||||
Reference in New Issue
Block a user