udpate mongo

main
ycz008 2024-04-19 15:24:57 +08:00
parent 9508caed49
commit 4ee335b130
1 changed files with 4 additions and 0 deletions

View File

@ -29,7 +29,11 @@ spec:
containers:
- name: mongo
image: mongo:6.0
command:
- mongod
args:
- auth
- --bind_ip_all
- --replSet "bfs-mongo-rs0"
imagePullPolicy: IfNotPresent
env: