mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/odoo] Increase Odoo livenessProbe initialDelaySeconds (#16274)
* Increase Odoo livenessProbe initialDelaySeconds Signed-off-by: Gonzalo Gomez <gonzalo@bitnami.com> * Bump Chart revision Signed-off-by: Gonzalo Gomez <gonzalo@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8f3e5889dd
commit
d228efa280
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: odoo
|
||||
version: 10.0.0
|
||||
version: 10.0.1
|
||||
appVersion: 12.0.20190715
|
||||
description: A suite of web based open source business apps.
|
||||
home: https://www.odoo.com/
|
||||
|
||||
@@ -206,7 +206,7 @@ resources:
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
initialDelaySeconds: 300
|
||||
initialDelaySeconds: 600
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 6
|
||||
|
||||
Reference in New Issue
Block a user