From fc674cfd1f843583637ab12f01d9575c5dc450ad Mon Sep 17 00:00:00 2001 From: ycz008 Date: Fri, 19 Apr 2024 15:39:42 +0800 Subject: [PATCH] udpate mongo --- prod-upgrade/mongo/mongo.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/prod-upgrade/mongo/mongo.yaml b/prod-upgrade/mongo/mongo.yaml index be552bf..c0e7f96 100644 --- a/prod-upgrade/mongo/mongo.yaml +++ b/prod-upgrade/mongo/mongo.yaml @@ -29,12 +29,10 @@ spec: containers: - name: mongo image: mongo:6.0 - command: - - mongod args: - - --auth - - --bind_ip_all - - --replSet bfs-mongo-rs0 + - "--auth" + - "--bind_ip_all" + - "--replSet bfs-mongo-rs0" imagePullPolicy: IfNotPresent env: - name: MONGO_INITDB_ROOT_USERNAME