Skip to content

Commit

Permalink
setup mongo replicaset for staging env (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang authored Jan 7, 2025
1 parent e0619a0 commit 56ae7c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
image:
tag: latest
host: staging.stanfurdtime.com
mongoUri: mongodb://bt-stage-mongo-mongodb.bt.svc.cluster.local:27017/bt
mongoUri: bt-stage-mongo-mongodb-0.bt-stage-mongo-mongodb-headless.bt.svc.cluster.local:27017
redisUri: redis://bt-stage-redis-master.bt.svc.cluster.local:6379
host: staging.stanfurdtime.com
# TODO(core): change mongoUri to replicaset
secrets: inherit

0 comments on commit 56ae7c8

Please sign in to comment.