fix(k8s): set B2_REGION and B2_ENDPOINT for storage
This commit is contained in:
parent
52dc11fafc
commit
55443b62ad
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ stringData:
|
||||||
SMTP_SECURE: "false"
|
SMTP_SECURE: "false"
|
||||||
SMTP_REQUIRE_TLS: "true"
|
SMTP_REQUIRE_TLS: "true"
|
||||||
B2_BUCKET_NAME: "nxtgauge"
|
B2_BUCKET_NAME: "nxtgauge"
|
||||||
B2_REGION: "" # TODO: Set to your B2 region (e.g., eu-central-003)
|
B2_REGION: "eu-central-003"
|
||||||
B2_ENDPOINT: ""
|
B2_ENDPOINT: "s3.eu-central-003.backblazeb2.com"
|
||||||
B2_ACCESS_KEY_ID: ""
|
B2_ACCESS_KEY_ID: ""
|
||||||
B2_SECRET_ACCESS_KEY: ""
|
B2_SECRET_ACCESS_KEY: ""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue