udpate mongo
parent
998edaefd6
commit
fc674cfd1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue