Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
5c3b239094 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 18s
Generated by CI/CD workflow on 2026-02-03 23:55:05

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 23:55:05 +00:00
5 changed files with 16 additions and 92 deletions

View File

@@ -10,8 +10,10 @@ spec:
template:
type: Opaque
data:
postgres-password: "{{ .psql | trim }}"
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
postgres-password: |-
{{ .psql }}
N8N_ENCRYPTION_KEY: |-
{{ .enc_pass }}
data:
- secretKey: psql
sourceRef:
@@ -34,4 +36,4 @@ spec:
decodingStrategy: None
metadataPolicy: None
key: 18c92d73-9637-4419-8642-7f7b308460cb
property: fields[0].value
property: fields[0].value

View File

@@ -20,10 +20,3 @@ helmCharts:
namespace: n8n
valuesFile: values-searxng.yaml
includeCRDs: true
- name: yacy
repo: https://github.com/yacy/yacy_search_server.git
path: charts/yacy
releaseName: yacy
namespace: n8n
valuesFile: values-yacy.yaml
includeCRDs: true

View File

@@ -18,18 +18,24 @@ main:
mountPath: /home/node/.n8n
worker:
mode: regular
mode: queue
# persistence:
# enabled: true
# existingClaim: n8n-home
# mountPath: /home/node/.n8n
webhook:
url: https://n8n.hexor.cy
# persistence:
# enabled: true
# existingClaim: n8n-home
# mountPath: /home/node/.n8n
redis:
enabled: true
existingEncryptionKeySecret: credentials
externalPostgresql:
existingSecret: credentials
existingSecret: postgres-password
host: "psql.psql.svc"
username: "n8n"
database: "n8n"

View File

@@ -1,24 +1,8 @@
config:
general:
instance_name: "HexorSearXNG"
debug: true
server:
limiter: false
public_instance: false
method: "POST"
search:
safe_search: 0
extraConfig:
botdetection:
ip_lists:
pass_ip:
- '0.0.0.0/0'
- '::0/0'
ip_limit:
filter_link_local: false
link_token: false
valkey:
enabled: true
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
kubernetes.io/hostname: master.tail2fe2d.ts.net

View File

@@ -1,61 +0,0 @@
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
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