Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
f783832667 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-27 07:50:57

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-27 07:50:57 +00:00
2 changed files with 2 additions and 8 deletions

View File

@@ -77,8 +77,6 @@ spec:
value: "external" value: "external"
- name: N8N_RUNNERS_BROKER_LISTEN_ADDRESS - name: N8N_RUNNERS_BROKER_LISTEN_ADDRESS
value: "0.0.0.0" value: "0.0.0.0"
- name: N8N_LISTEN_ADDRESS
value: "0.0.0.0"
- name: N8N_RUNNERS_BROKER_PORT - name: N8N_RUNNERS_BROKER_PORT
value: "5679" value: "5679"
- name: EXECUTIONS_MODE - name: EXECUTIONS_MODE

View File

@@ -17,16 +17,12 @@ spec:
{{ .username }} {{ .username }}
AUTHENTIK_POSTGRESQL__PASSWORD: |- AUTHENTIK_POSTGRESQL__PASSWORD: |-
{{ .password }} {{ .password }}
AUTHENTIK_SECRET_KEY: |-
{{ .secret_key }}
POSTGRES_PASSWORD: |- POSTGRES_PASSWORD: |-
{{ .password }} {{ .password }}
POSTGRES_USER: |- POSTGRES_USER: |-
{{ .username }} {{ .username }}
username: |- AUTHENTIK_SECRET_KEY: |-
{{ .password }} {{ .secret_key }}
password: |-
{{ .username }}
data: data:
- secretKey: password - secretKey: password
sourceRef: sourceRef: