udpate mongo
parent
9508caed49
commit
4ee335b130
|
@ -29,7 +29,11 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mongo
|
- name: mongo
|
||||||
image: mongo:6.0
|
image: mongo:6.0
|
||||||
|
command:
|
||||||
|
- mongod
|
||||||
args:
|
args:
|
||||||
|
- auth
|
||||||
|
- --bind_ip_all
|
||||||
- --replSet "bfs-mongo-rs0"
|
- --replSet "bfs-mongo-rs0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue