Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
088049c669 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 22s
Generated by CI/CD workflow on 2026-02-05 16:43:43

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

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

View File

@@ -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

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