Skip to content

Commit

Permalink
set bucket name and region direct in deploy yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Jul 17, 2023
1 parent bf73c5d commit 27085f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ extraEnvVars: &envVars
- name: EXTERNAL_IIIF_URL
value: https://d2ltm8fy0v0agc.cloudfront.net/iiif/2
- name: AWS_S3_BUCKET
value: $AWS_S3_BUCKET
value: temp-bl-bucket-for-browse-everything
- name: AWS_ACCESS_KEY_ID
value: $AWS_ACCESS_KEY_ID
- name: AWS_SECRET_ACCESS_KEY
value: $AWS_SECRET_ACCESS_KEY
- name: AWS_S3_REGION
value: $AWS_S3_REGION
value: eu-west-1

worker:
replicaCount: 1
Expand Down

0 comments on commit 27085f0

Please sign in to comment.