Skip to content

Commit f538c79

Browse files
committed
fix mongo deploy
1 parent 053e38f commit f538c79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deploy/mongodb/mongo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ spec:
3838
volumeMounts:
3939
- name: mongodb-data
4040
mountPath: /data/db
41-
command: ["mongod"]
42-
args: ["--bind_ip_all", "--auth", "--port", "27017", "--dbpath", "/data/db"]
4341
volumes:
4442
- name: mongodb-data
4543
persistentVolumeClaim:

0 commit comments

Comments
 (0)