diff --git a/README.md b/README.md index f20cb5f..75bfcd4 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ Command - mongod - "--replSet" - heroku + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" - "--sslMode" diff --git a/example/StatefulSet/mongo-statefulset.yaml b/example/StatefulSet/mongo-statefulset.yaml index 2125ef0..45fe474 100644 --- a/example/StatefulSet/mongo-statefulset.yaml +++ b/example/StatefulSet/mongo-statefulset.yaml @@ -46,6 +46,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/ceph_rbd_pod_examples/README.md b/example/ceph_rbd_pod_examples/README.md index ebc9fb0..70d25d2 100644 --- a/example/ceph_rbd_pod_examples/README.md +++ b/example/ceph_rbd_pod_examples/README.md @@ -46,6 +46,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/ceph_rbd_pod_examples/mongo-rc-rbd-1.yaml b/example/ceph_rbd_pod_examples/mongo-rc-rbd-1.yaml index acec7ef..93d9ccb 100644 --- a/example/ceph_rbd_pod_examples/mongo-rc-rbd-1.yaml +++ b/example/ceph_rbd_pod_examples/mongo-rc-rbd-1.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/ceph_rbd_pod_examples/mongo-rc-rbd-2.yaml b/example/ceph_rbd_pod_examples/mongo-rc-rbd-2.yaml index af8b7fd..abb82e5 100644 --- a/example/ceph_rbd_pod_examples/mongo-rc-rbd-2.yaml +++ b/example/ceph_rbd_pod_examples/mongo-rc-rbd-2.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/ceph_rbd_pod_examples/mongo-rc-rbd-3.yaml b/example/ceph_rbd_pod_examples/mongo-rc-rbd-3.yaml index c1c896a..6ffd850 100644 --- a/example/ceph_rbd_pod_examples/mongo-rc-rbd-3.yaml +++ b/example/ceph_rbd_pod_examples/mongo-rc-rbd-3.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/emptydir_pod_examples/mongo-rc-emptydir-1.yaml b/example/emptydir_pod_examples/mongo-rc-emptydir-1.yaml index 37d048d..c4ab3e2 100644 --- a/example/emptydir_pod_examples/mongo-rc-emptydir-1.yaml +++ b/example/emptydir_pod_examples/mongo-rc-emptydir-1.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/emptydir_pod_examples/mongo-rc-emptydir-2.yaml b/example/emptydir_pod_examples/mongo-rc-emptydir-2.yaml index aa75ad8..3f667d9 100644 --- a/example/emptydir_pod_examples/mongo-rc-emptydir-2.yaml +++ b/example/emptydir_pod_examples/mongo-rc-emptydir-2.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/emptydir_pod_examples/mongo-rc-emptydir-3.yaml b/example/emptydir_pod_examples/mongo-rc-emptydir-3.yaml index e9c85e1..06c114d 100644 --- a/example/emptydir_pod_examples/mongo-rc-emptydir-3.yaml +++ b/example/emptydir_pod_examples/mongo-rc-emptydir-3.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/emptydir_pod_examples/mongo-rc-emptydir-4.yaml b/example/emptydir_pod_examples/mongo-rc-emptydir-4.yaml index 6c75aba..0e6376c 100644 --- a/example/emptydir_pod_examples/mongo-rc-emptydir-4.yaml +++ b/example/emptydir_pod_examples/mongo-rc-emptydir-4.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/mongo-controller-flocker-template.yaml b/example/mongo-controller-flocker-template.yaml index eebf686..c0b98f2 100644 --- a/example/mongo-controller-flocker-template.yaml +++ b/example/mongo-controller-flocker-template.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: diff --git a/example/mongo-controller-template.yaml b/example/mongo-controller-template.yaml index ee8a92b..aa47862 100644 --- a/example/mongo-controller-template.yaml +++ b/example/mongo-controller-template.yaml @@ -29,6 +29,8 @@ spec: - mongod - "--replSet" - rs0 + - "--bind_ip" + - 0.0.0.0 - "--smallfiles" - "--noprealloc" ports: