Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
2136cffa20 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:50:18

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

View File

@@ -44,6 +44,7 @@ ArgoCD homelab project
| **jellyfin** | [![jellyfin](https://ag.hexor.cy/api/badge?name=jellyfin&revision=true)](https://ag.hexor.cy/applications/argocd/jellyfin) |
| **k8s-secrets** | [![k8s-secrets](https://ag.hexor.cy/api/badge?name=k8s-secrets&revision=true)](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
| **khm** | [![khm](https://ag.hexor.cy/api/badge?name=khm&revision=true)](https://ag.hexor.cy/applications/argocd/khm) |
| **n8n** | [![n8n](https://ag.hexor.cy/api/badge?name=n8n&revision=true)](https://ag.hexor.cy/applications/argocd/n8n) |
| **ollama** | [![ollama](https://ag.hexor.cy/api/badge?name=ollama&revision=true)](https://ag.hexor.cy/applications/argocd/ollama) |
| **paperless** | [![paperless](https://ag.hexor.cy/api/badge?name=paperless&revision=true)](https://ag.hexor.cy/applications/argocd/paperless) |
| **pasarguard** | [![pasarguard](https://ag.hexor.cy/api/badge?name=pasarguard&revision=true)](https://ag.hexor.cy/applications/argocd/pasarguard) |

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:
@@ -24,7 +26,7 @@ spec:
metadataPolicy: None
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[13].value
- secretKey: enc_pass
- secretKey: enc-pass
sourceRef:
storeRef:
name: vaultwarden-login

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,14 +1,7 @@
config:
general:
instance_name: "HexorSearXNG"
server:
limiter: false
general:
debug: true
search:
formats:
- html
- json
valkey:
enabled: true
nodeSelector: