Fixed probes n8n
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 7s

This commit is contained in:
AB from home.homenet
2026-02-16 13:24:28 +02:00
parent da9aad3aec
commit 8924e60a33

View File

@@ -127,18 +127,18 @@ spec:
httpGet: httpGet:
path: /healthz path: /healthz
port: http port: http
initialDelaySeconds: 120 initialDelaySeconds: 240
periodSeconds: 30 periodSeconds: 30
timeoutSeconds: 10 timeoutSeconds: 20
failureThreshold: 6 failureThreshold: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz/readiness path: /healthz/readiness
port: http port: http
initialDelaySeconds: 60 initialDelaySeconds: 120
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 10 failureThreshold: 15
volumes: volumes:
- name: n8n-data - name: n8n-data
persistentVolumeClaim: persistentVolumeClaim: