Files
homelab/k8s/apps/n8n/values-yacy.yaml

24 lines
490 B
YAML
Raw Normal View History

2026-02-04 14:54:57 +02:00
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
2026-02-04 14:25:20 +02:00
resources:
limits:
memory: 2Gi
requests:
memory: 1Gi
persistence:
enabled: true
size: 10Gi
yacy:
network:
2026-02-04 15:36:21 +02:00
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"