Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
ef021a2de7 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 21s
Generated by CI/CD workflow on 2026-02-03 21:25:26

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 21:25:26 +00:00
4 changed files with 8 additions and 36 deletions

View File

@@ -2,20 +2,18 @@
apiVersion: external-secrets.io/v1 apiVersion: external-secrets.io/v1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: credentials name: postgres-password
spec: spec:
target: target:
name: credentials name: postgres-password
deletionPolicy: Delete deletionPolicy: Delete
template: template:
type: Opaque type: Opaque
data: data:
postgres-password: |- postgres-password: |-
{{ .psql }} {{ .n8n }}
N8N_ENCRYPTION_KEY: |-
{{ .enc-pass }}
data: data:
- secretKey: psql - secretKey: n8n
sourceRef: sourceRef:
storeRef: storeRef:
name: vaultwarden-login name: vaultwarden-login
@@ -26,14 +24,5 @@ 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

@@ -10,12 +10,6 @@ helmCharts:
version: 1.16.28 version: 1.16.28
releaseName: n8n releaseName: n8n
namespace: n8n namespace: n8n
valuesFile: values-n8n.yaml valuesFile: values.yaml
includeCRDs: true
- name: searxng
repo: https://unknowniq.github.io/helm-charts/
version: 0.1.3
releaseName: searxng
namespace: n8n
valuesFile: values-searxng.yaml
includeCRDs: true includeCRDs: true

View File

@@ -1,8 +0,0 @@
config:
general:
instance_name: "HexorSearXNG"
valkey:
enabled: true
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net

View File

@@ -1,6 +1,3 @@
webhook:
url: https://n8n.hexor.cy
db: db:
type: postgresdb type: postgresdb