udpate mongo
parent
9508caed49
commit
4ee335b130
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue