fix(k8s): add B2_REGION placeholder to backend secrets

This commit is contained in:
Tracewebstudio Dev 2026-04-12 16:58:12 +02:00
parent 156b2f32db
commit 52dc11fafc

View file

@ -17,6 +17,7 @@ stringData:
SMTP_SECURE: "false"
SMTP_REQUIRE_TLS: "true"
B2_BUCKET_NAME: "nxtgauge"
B2_REGION: "" # TODO: Set to your B2 region (e.g., eu-central-003)
B2_ENDPOINT: ""
B2_ACCESS_KEY_ID: ""
B2_SECRET_ACCESS_KEY: ""