Skip to content

Commit

Permalink
more config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Dec 10, 2024
1 parent f3811e0 commit fa780cc
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "multi_region" {
}

variable "bucket_prefix" {
default = "bedrock-production"
default = "bedrock-foundation-production"
}

variable "cluster_name" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: UPLOADS_STORE
value: "gcs"
- name: UPLOADS_GCS_BUCKET
value: "bedrock-production-uploads"
value: "bedrock-foundation-production-uploads"
# The `bedrock cloud` command in the CLI will help with
# the creation and storing of secrets for production.
- name: JWT_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: UPLOADS_STORE
value: "gcs"
- name: UPLOADS_GCS_BUCKET
value: "bedrock-production-uploads"
value: "bedrock-foundation-production-uploads"
- name: LOG_LEVEL
value: "debug"
# The `bedrock cloud` command in the CLI will help with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
name: main
env:
- name: GS_BUCKETS
value: "bedrock-staging-uploads bedrock-staging-mongodb-backups"
value: "bedrock-foundation-staging-uploads bedrock-foundation-staging-mongodb-backups"
- name: POSTMARK_API_KEY
value: "abc"
- name: POSTMARK_FROM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
name: main
env:
- name: SOURCE_GS_BUCKET
value: "bedrock-staging-uploads"
value: "bedrock-foundation-staging-uploads"
- name: DESTINATION_GS_BUCKET
value: "bedrock-staging-uploads-backup"
value: "bedrock-foundation-staging-uploads-backup"
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spec:
- name: MONGO_DB
value: "bedrock_staging"
- name: BACKUPS_GS_BUCKET
value: "bedrock-staging-mongodb-backups"
value: "bedrock-foundation-staging-mongodb-backups"
2 changes: 1 addition & 1 deletion deployment/environments/staging/provisioning/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "multi_region" {
}

variable "bucket_prefix" {
default = "bedrock-staging"
default = "bedrock-foundation-staging"
}

variable "cluster_name" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
- name: UPLOADS_STORE
value: "gcs"
- name: UPLOADS_GCS_BUCKET
value: "bedrock-staging-uploads"
value: "bedrock-foundation-staging-uploads"
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: UPLOADS_STORE
value: "gcs"
- name: UPLOADS_GCS_BUCKET
value: "bedrock-staging-uploads"
value: "bedrock-foundation-staging-uploads"
- name: LOG_LEVEL
value: "debug"
ports:
Expand Down
2 changes: 1 addition & 1 deletion services/api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ API_URL=http://localhost:2300

# Uploads (local|gcs)
UPLOADS_STORE=local
UPLOADS_GCS_BUCKET=bedrock-staging-uploads
UPLOADS_GCS_BUCKET=bedrock-foundation-staging-uploads

# This is used to locally test against GCP resources. Set
# this to the path of the downloaded service account key.
Expand Down

0 comments on commit fa780cc

Please sign in to comment.