From b73903146849a9270a678e97d434179a074486d0 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 5 May 2021 12:27:48 +0100 Subject: [PATCH] Longer startup delay --- manifests/_apps/grocy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/_apps/grocy.yaml b/manifests/_apps/grocy.yaml index 5b7037c..f5b9219 100644 --- a/manifests/_apps/grocy.yaml +++ b/manifests/_apps/grocy.yaml @@ -39,7 +39,8 @@ spec: enabled: true probes: startup: - enabled: false + spec: + initialDelaySeconds: 120 syncPolicy: automated: {}