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