From 192817c6f18eb50ac24c1032bfbfaa21906b35f5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Oct 2025 22:19:28 -0500 Subject: [PATCH] extend initial delay --- clusters/cl01tl/platform/n8n/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/n8n/values.yaml b/clusters/cl01tl/platform/n8n/values.yaml index 5f10c047e..3cf782845 100644 --- a/clusters/cl01tl/platform/n8n/values.yaml +++ b/clusters/cl01tl/platform/n8n/values.yaml @@ -159,7 +159,7 @@ n8n: httpGet: path: /healthz port: 5678 - initialDelaySeconds: 0 + initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 1 failureThreshold: 3 @@ -170,7 +170,7 @@ n8n: httpGet: path: /healthz/readiness port: 5678 - initialDelaySeconds: 0 + initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 1 failureThreshold: 3