From 8924e60a33334826cdcb0eaf1d1a6aeb559e0789 Mon Sep 17 00:00:00 2001 From: "AB from home.homenet" Date: Mon, 16 Feb 2026 13:24:28 +0200 Subject: [PATCH] Fixed probes n8n --- k8s/apps/n8n/deployment-main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/k8s/apps/n8n/deployment-main.yaml b/k8s/apps/n8n/deployment-main.yaml index 5782be7..08fe675 100644 --- a/k8s/apps/n8n/deployment-main.yaml +++ b/k8s/apps/n8n/deployment-main.yaml @@ -127,18 +127,18 @@ spec: httpGet: path: /healthz port: http - initialDelaySeconds: 120 + initialDelaySeconds: 240 periodSeconds: 30 - timeoutSeconds: 10 - failureThreshold: 6 + timeoutSeconds: 20 + failureThreshold: 10 readinessProbe: httpGet: path: /healthz/readiness port: http - initialDelaySeconds: 60 + initialDelaySeconds: 120 periodSeconds: 10 timeoutSeconds: 5 - failureThreshold: 10 + failureThreshold: 15 volumes: - name: n8n-data persistentVolumeClaim: