From 67bdb8ea2928e86c99ee785282331a68bd24b84d Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 5 Feb 2026 19:09:54 +0200 Subject: [PATCH] moved to manifests from chart --- k8s/apps/n8n/values-yacy.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 k8s/apps/n8n/values-yacy.yaml diff --git a/k8s/apps/n8n/values-yacy.yaml b/k8s/apps/n8n/values-yacy.yaml new file mode 100644 index 0000000..cb55456 --- /dev/null +++ b/k8s/apps/n8n/values-yacy.yaml @@ -0,0 +1,24 @@ +nodeSelector: + kubernetes.io/hostname: master.tail2fe2d.ts.net + +resources: + limits: + memory: 2Gi + requests: + memory: 1Gi + +persistence: + enabled: true + size: 10Gi + +yacy: + network: + mode: "intranet" + config: + network.unit.bootstrap.seedlist: "" + network.unit.remotecrawl: "false" + network.unit.dhtredundancy.junior: "1" + network.unit.dhtredundancy.senior: "1" + index.receive.allow: "false" + index.distribute.allow: "false" + crawl.response.timeout: "10000"