Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
1e382c7ce1 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-04 00:22:05

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-04 00:22:05 +00:00
3 changed files with 10 additions and 34 deletions

View File

@@ -11,7 +11,6 @@ spec:
type: Opaque type: Opaque
data: data:
postgres-password: "{{ .psql | trim }}" postgres-password: "{{ .psql | trim }}"
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
data: data:
- secretKey: psql - secretKey: psql
sourceRef: sourceRef:
@@ -24,14 +23,3 @@ spec:
metadataPolicy: None metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22 key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[13].value property: fields[13].value
- secretKey: enc_pass
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
conversionStrategy: Default
decodingStrategy: None
metadataPolicy: None
key: 18c92d73-9637-4419-8642-7f7b308460cb
property: fields[0].value

View File

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

View File

@@ -1,26 +1,8 @@
config: config:
general: general:
instance_name: "HexorSearXNG" instance_name: "HexorSearXNG"
debug: true
server:
limiter: false
public_instance: false
method: "POST"
search:
safe_search: 0
# Create limiter.toml to bypass bot detection
extraConfig: |
[botdetection.ip_lists]
pass_ip = [
'0.0.0.0/0', # Allow all IPs
'::0/0' # Allow all IPv6
]
[botdetection.ip_limit]
filter_link_local = false
link_token = false
valkey: valkey:
enabled: true enabled: true
nodeSelector: nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net kubernetes.io/hostname: master.tail2fe2d.ts.net