Skip to content

Commit

Permalink
Merge pull request #1317 from alphagov/swap-in-live-content-store-pro…
Browse files Browse the repository at this point in the history
…xy-in-production

Swap-in live content-store-proxy in production
  • Loading branch information
aldavidson authored Oct 16, 2023
2 parents f2b7d85 + 8a105c3 commit bee6ab2
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions charts/app-config/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ govukApplications:
name: signon-token-content-publisher-whitehall
key: bearer_token

- name: content-store
- name: content-store-mongo-main
repoName: content-store
helmValues: &content-store
nginxClientMaxBodySize: 20M
# TODO(chris.banks): tune these once we have some real-world usage data.
Expand Down Expand Up @@ -690,19 +691,6 @@ govukApplications:
- name: WEB_CONCURRENCY
value: '4'

- name: content-store-mongo-main
repoName: content-store
helmValues:
<<: *content-store
rails:
createKeyBaseSecret: false
# use the same secret as the mongo content-store, it will make the
# eventual switchover easier and reduce toil
secretKeyBaseName: content-store-rails-secret-key-base
sentry:
createSecret: false # Sentry DSNs are per repo.
dsnSecretName: content-store-sentry

- name: content-store-postgresql-branch
repoName: content-store-postgresql-branch
helmValues:
Expand Down Expand Up @@ -745,7 +733,7 @@ govukApplications:
- name: WEB_CONCURRENCY
value: '4'

- name: content-store-proxy
- name: content-store
repoName: content-store-proxy
helmValues:
rails:
Expand Down

0 comments on commit bee6ab2

Please sign in to comment.