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