From d228efa280d91c930578bb91eb704abf2cef51ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20G=C3=B3mez=20Gracia?= Date: Tue, 13 Aug 2019 14:47:41 +0200 Subject: [PATCH] [stable/odoo] Increase Odoo livenessProbe initialDelaySeconds (#16274) * Increase Odoo livenessProbe initialDelaySeconds Signed-off-by: Gonzalo Gomez * Bump Chart revision Signed-off-by: Gonzalo Gomez --- stable/odoo/Chart.yaml | 2 +- stable/odoo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index d2526433e0..bfef6b5055 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -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/ diff --git a/stable/odoo/values.yaml b/stable/odoo/values.yaml index dbf7c04a4a..dc57aa5550 100644 --- a/stable/odoo/values.yaml +++ b/stable/odoo/values.yaml @@ -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