Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
ab4becde78 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 1m1s
Generated by CI/CD workflow on 2026-03-23 13:41:35

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-23 13:41:35 +00:00
2 changed files with 0 additions and 7 deletions

View File

@@ -20,8 +20,6 @@ spec:
{{ .session_secret }}
PG_STRING: |-
postgres://furumi_dev:{{ .pg_pass }}@psql.psql.svc:5432/furumi_dev
PLAYER_API_KEY: |-
{{ .player_api_key }}
data:
- secretKey: client_id
sourceRef:

View File

@@ -51,11 +51,6 @@ spec:
secretKeyRef:
name: furumi-ng-creds
key: PG_STRING
- name: FURUMI_PLAYER_API_KEY
valueFrom:
secretKeyRef:
name: furumi-ng-creds
key: PLAYER_API_KEY
- name: FURUMI_PLAYER_STORAGE_DIR
value: "/media"
- name: RUST_LOG