diff --git a/prod-upgrade/mongo/mongo.yaml b/prod-upgrade/mongo/mongo.yaml index 93aaeea..a8c2158 100644 --- a/prod-upgrade/mongo/mongo.yaml +++ b/prod-upgrade/mongo/mongo.yaml @@ -41,7 +41,7 @@ spec: image: mongo:6.0 imagePullPolicy: IfNotPresent args: - - "--bind_ip_all" + - "--bind_ip=localhost,0.0.0.0" - "--replSet=bfs-mongo-rs0" - "--keyFile=/etc/mongodb/keyfile.0" ports: