fix(k8s): set B2_REGION and B2_ENDPOINT for storage

This commit is contained in:
Tracewebstudio Dev 2026-04-12 17:29:14 +02:00
parent 52dc11fafc
commit 55443b62ad

View file

@ -17,7 +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_REGION: "eu-central-003"
B2_ENDPOINT: "s3.eu-central-003.backblazeb2.com"
B2_ACCESS_KEY_ID: ""
B2_SECRET_ACCESS_KEY: ""