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: