udpate mongo

main
ycz008 2024-04-19 15:39:42 +08:00
parent 998edaefd6
commit fc674cfd1f
1 changed files with 3 additions and 5 deletions

View File

@ -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