Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
60be382909 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-05 15:09:44

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-05 15:09:44 +00:00

View File

@@ -5,12 +5,6 @@ nodeSelector:
db: db:
type: postgresdb type: postgresdb
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
# Configure health probes for slow startup
main: main:
extraEnvVars: extraEnvVars:
NODES_EXCLUDE: "[]" NODES_EXCLUDE: "[]"
@@ -25,6 +19,14 @@ main:
enabled: true enabled: true
existingClaim: n8n-home existingClaim: n8n-home
mountPath: /home/node/.n8n mountPath: /home/node/.n8n
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
# Configure health probes for slow startup
main:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz