Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 0e1b34b5fe Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 22s
Generated by CI/CD workflow on 2026-02-05 16:16:12

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-05 16:16:12 +00:00
4 changed files with 1 additions and 7 deletions
+1
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) | | **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) | | **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) | | **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) | | **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) | | **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) | | **pasarguard** | [![pasarguard](https://ag.hexor.cy/api/badge?name=pasarguard&revision=true)](https://ag.hexor.cy/applications/argocd/pasarguard) |
-3
View File
@@ -18,7 +18,6 @@ spec:
app: n8n app: n8n
component: main component: main
spec: spec:
serviceAccountName: n8n
containers: containers:
- name: n8n - name: n8n
image: docker.n8n.io/n8nio/n8n:latest image: docker.n8n.io/n8nio/n8n:latest
@@ -30,8 +29,6 @@ spec:
value: "/home/node" value: "/home/node"
- name: N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS - name: N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS
value: "true" value: "true"
- name: NODES_EXCLUDE
value: "[]"
- name: N8N_HOST - name: N8N_HOST
value: "n8n.hexor.cy" value: "n8n.hexor.cy"
- name: N8N_PORT - name: N8N_PORT
@@ -18,7 +18,6 @@ spec:
app: n8n app: n8n
component: worker component: worker
spec: spec:
serviceAccountName: n8n
containers: containers:
- name: n8n-worker - name: n8n-worker
image: docker.n8n.io/n8nio/n8n:latest image: docker.n8n.io/n8nio/n8n:latest
@@ -38,8 +37,6 @@ spec:
value: "queue" value: "queue"
- name: QUEUE_BULL_REDIS_HOST - name: QUEUE_BULL_REDIS_HOST
value: "n8n-redis" value: "n8n-redis"
- name: N8N_RUNNERS_TASK_BROKER_URI
value: "http://n8n:80"
- name: NODE_ENV - name: NODE_ENV
value: "production" value: "production"
- name: GENERIC_TIMEZONE - name: GENERIC_TIMEZONE
-1
View File
@@ -3,7 +3,6 @@ kind: Kustomization
resources: resources:
- storage.yaml - storage.yaml
- rbac.yaml
- redis-deployment.yaml - redis-deployment.yaml
- redis-service.yaml - redis-service.yaml
- deployment-main.yaml - deployment-main.yaml