nodeSelector: kubernetes.io/hostname: master.tail2fe2d.ts.net db: type: postgresdb main: resources: requests: cpu: 100m memory: 128Mi limits: cpu: 512m memory: 512Mi persistence: enabled: true existingClaim: n8n-home mountPath: /home/node/.n8n podSecurityContext: runAsUser: 1000 runAsGroup: 1000 runAsNonRoot: true # Configure health probes for slow startup main: livenessProbe: httpGet: path: /healthz port: http initialDelaySeconds: 120 # Дать время на запуск periodSeconds: 30 timeoutSeconds: 10 failureThreshold: 6 readinessProbe: httpGet: path: /healthz/readiness port: http initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 10 worker: mode: regular webhook: url: https://n8n.hexor.cy redis: enabled: true existingEncryptionKeySecret: credentials externalPostgresql: existingSecret: credentials host: "psql.psql.svc" username: "n8n" database: "n8n" ingress: enabled: true className: traefik annotations: cert-manager.io/cluster-issuer: letsencrypt traefik.ingress.kubernetes.io/router.middlewares: kube-system-https-redirect@kubernetescrd hosts: - host: n8n.hexor.cy paths: - path: / pathType: Prefix tls: - secretName: n8n-tls hosts: - '*.hexor.cy'