Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11142 from alphagov/mongo_prod
Browse files Browse the repository at this point in the history
Modify mongo cluster to use FQDN for nodes in production
  • Loading branch information
rtrinque committed Jun 11, 2021
2 parents 74d09f0 + df9630f commit f274af5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hieradata_aws/class/production/mongo.yaml
Expand Up @@ -43,3 +43,8 @@ govuk_env_sync::tasks:
temppath: "/var/lib/mongodb/.dumps"
url: "govuk-production-database-backups"
path: "mongo-normal"

mongodb::server::replicaset_members:
'mongo-1.production.govuk-internal.digital':
'mongo-2.production.govuk-internal.digital':
'mongo-3.production.govuk-internal.digital':

0 comments on commit f274af5

Please sign in to comment.