Compare commits

..

5 Commits

Author SHA1 Message Date
Gitea Actions Bot
84c4715e75 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 19s
Generated by CI/CD workflow on 2026-02-03 23:27:33

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-03 23:27:33 +00:00
AB from home.homenet
cbe1c23709 Added searxng
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 4s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-02-04 01:27:12 +02:00
AB from home.homenet
70198ca1c2 Added searxng
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Failing after 9s
2026-02-04 01:25:31 +02:00
AB from home.homenet
39207fcb39 Added n8n
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 5s
2026-02-04 00:07:02 +02:00
AB from home.homenet
bae89f8738 Added n8n
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 28s
Auto-update README / Generate README and Create MR (push) Successful in 5s
2026-02-03 23:24:24 +02:00
3 changed files with 20 additions and 3 deletions

View File

@@ -10,6 +10,12 @@ helmCharts:
version: 1.16.28 version: 1.16.28
releaseName: n8n releaseName: n8n
namespace: n8n namespace: n8n
valuesFile: values.yaml valuesFile: values-n8n.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,3 +1,6 @@
webhook:
url: https://n8n.hexor.cy
db: db:
type: postgresdb type: postgresdb
@@ -35,7 +38,7 @@ ingress:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
- secretName: jellyfin-tls - secretName: n8n-tls
hosts: hosts:
- '*.hexor.cy' - '*.hexor.cy'

View File

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