Disable NODES_EXCLUDE for n8n
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 12s

This commit is contained in:
Ultradesu
2026-02-05 17:09:07 +02:00
parent a7aaa3e4a5
commit 40b565b5c8

View File

@@ -1,10 +1,13 @@
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
db:
type: postgresdb
main:
extraEnvVars:
NODES_EXCLUDE: "[]"
resources:
requests:
cpu: 100m
@@ -28,7 +31,7 @@ main:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 120 # Дать время на запуск
initialDelaySeconds: 120
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 6