udpate mongo
parent
998edaefd6
commit
fc674cfd1f
|
@ -29,12 +29,10 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mongo
|
- name: mongo
|
||||||
image: mongo:6.0
|
image: mongo:6.0
|
||||||
command:
|
|
||||||
- mongod
|
|
||||||
args:
|
args:
|
||||||
- --auth
|
- "--auth"
|
||||||
- --bind_ip_all
|
- "--bind_ip_all"
|
||||||
- --replSet bfs-mongo-rs0
|
- "--replSet bfs-mongo-rs0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: MONGO_INITDB_ROOT_USERNAME
|
- name: MONGO_INITDB_ROOT_USERNAME
|
||||||
|
|
Loading…
Reference in New Issue