From be766e24c843b365019b492c903e85b3cb910dbf Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Wed, 4 Feb 2026 14:54:57 +0200 Subject: [PATCH] Added YaCy chart --- k8s/apps/n8n/kustomization.yaml | 4 +-- k8s/apps/n8n/values-yacy.yaml | 51 ++------------------------------- 2 files changed, 5 insertions(+), 50 deletions(-) diff --git a/k8s/apps/n8n/kustomization.yaml b/k8s/apps/n8n/kustomization.yaml index e229d0a..7a86edc 100644 --- a/k8s/apps/n8n/kustomization.yaml +++ b/k8s/apps/n8n/kustomization.yaml @@ -21,8 +21,8 @@ helmCharts: valuesFile: values-searxng.yaml includeCRDs: true - name: yacy - repo: https://github.com/yacy/yacy_search_server.git - path: charts/yacy + repo: https://gt.hexor.cy/api/packages/ab/helm + version: 0.1.0 releaseName: yacy namespace: n8n valuesFile: values-yacy.yaml diff --git a/k8s/apps/n8n/values-yacy.yaml b/k8s/apps/n8n/values-yacy.yaml index c312187..f74d155 100644 --- a/k8s/apps/n8n/values-yacy.yaml +++ b/k8s/apps/n8n/values-yacy.yaml @@ -1,61 +1,16 @@ -replicaCount: 1 - -image: - repository: yacy/yacy_search_server - pullPolicy: IfNotPresent - tag: "latest" - -nameOverride: "" -fullnameOverride: "" - -serviceAccount: - create: true - automount: true - annotations: {} - name: "" - -podAnnotations: {} -podLabels: {} - -podSecurityContext: - runAsNonRoot: true - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - -securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL - readOnlyRootFilesystem: false - -service: - type: ClusterIP - port: 8090 - -ingress: - enabled: false +nodeSelector: + kubernetes.io/hostname: master.tail2fe2d.ts.net resources: limits: memory: 2Gi requests: - cpu: 100m memory: 1Gi persistence: enabled: true size: 10Gi - accessMode: ReadWriteOnce - -nodeSelector: - kubernetes.io/hostname: master.tail2fe2d.ts.net yacy: - adminPassword: "yacy123" - initCrawlURLs: - - "https://www.example.com/" - memory: "Xmx1024m" network: - mode: "intranet" # standalone mode for local usage \ No newline at end of file + mode: "intranet" \ No newline at end of file