From 56ae7c827f375f66e9bd97f6c171c8fb3fd6ccec Mon Sep 17 00:00:00 2001 From: Max Wang Date: Tue, 7 Jan 2025 15:04:37 -0800 Subject: [PATCH] setup mongo replicaset for staging env (#758) --- .github/workflows/cd-stage.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd-stage.yaml b/.github/workflows/cd-stage.yaml index 26f23c485..cc73dd5e7 100644 --- a/.github/workflows/cd-stage.yaml +++ b/.github/workflows/cd-stage.yaml @@ -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