Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
a2f90c4616 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 18s
Generated by CI/CD workflow on 2026-02-04 00:01:16

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-04 00:01:16 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -10,8 +10,10 @@ spec:
template: template:
type: Opaque type: Opaque
data: data:
postgres-password: "{{ .psql | trim }}" postgres-password: |-
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}" {{ .psql }}
N8N_ENCRYPTION_KEY: |-
{{ .enc_pass }}
data: data:
- secretKey: psql - secretKey: psql
sourceRef: sourceRef:

View File

@@ -4,14 +4,13 @@ nodeSelector:
db: db:
type: postgresdb type: postgresdb
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
main: main:
podSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
securityContext:
runAsUser: 1000
runAsGroup: 1000
resources: resources:
requests: requests:
cpu: 100m cpu: 100m