From 3bef89a27d17e051b9c1b221265d51780e268764 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 5 May 2021 12:24:18 +0100 Subject: [PATCH] Disable startup probe --- manifests/_apps/grocy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/_apps/grocy.yaml b/manifests/_apps/grocy.yaml index a4b9dae..5b7037c 100644 --- a/manifests/_apps/grocy.yaml +++ b/manifests/_apps/grocy.yaml @@ -37,6 +37,9 @@ spec: persistence: config: enabled: true + probes: + startup: + enabled: false syncPolicy: automated: {}