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