We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053e38f commit f538c79Copy full SHA for f538c79
deploy/mongodb/mongo.yaml
@@ -38,8 +38,6 @@ spec:
38
volumeMounts:
39
- name: mongodb-data
40
mountPath: /data/db
41
- command: ["mongod"]
42
- args: ["--bind_ip_all", "--auth", "--port", "27017", "--dbpath", "/data/db"]
43
volumes:
44
45
persistentVolumeClaim:
0 commit comments