Skip to content

Commit

Permalink
Merge pull request cravall#69 from John-Lin/support-mongodb3.6
Browse files Browse the repository at this point in the history
Support mongodb 3.6
  • Loading branch information
cravall authored Dec 12, 2017
2 parents 1487aa7 + 2e86b76 commit 19bdd13
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Command
- mongod
- "--replSet"
- heroku
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
- "--sslMode"
Expand Down
2 changes: 2 additions & 0 deletions example/StatefulSet/mongo-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/ceph_rbd_pod_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/ceph_rbd_pod_examples/mongo-rc-rbd-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/ceph_rbd_pod_examples/mongo-rc-rbd-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/ceph_rbd_pod_examples/mongo-rc-rbd-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/emptydir_pod_examples/mongo-rc-emptydir-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/emptydir_pod_examples/mongo-rc-emptydir-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/emptydir_pod_examples/mongo-rc-emptydir-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/emptydir_pod_examples/mongo-rc-emptydir-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/mongo-controller-flocker-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down
2 changes: 2 additions & 0 deletions example/mongo-controller-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- mongod
- "--replSet"
- rs0
- "--bind_ip"
- 0.0.0.0
- "--smallfiles"
- "--noprealloc"
ports:
Expand Down

0 comments on commit 19bdd13

Please sign in to comment.