Skip to content

Commit

Permalink
Merge pull request #164 from linkernetworks/phstsai/VX-211
Browse files Browse the repository at this point in the history
[Task] VX-211: Fix the mongo docker image tag

Former-commit-id: 67cde6408a1983fd53de3fec6b22e8d9b9d10e53 [formerly c205e73]
Former-commit-id: c410cad09e163f724066519622d212482124ba90
  • Loading branch information
John-Lin authored Jul 24, 2018
2 parents f06d0d0 + aa51610 commit 97f5938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
resources:
requests:
cpu: 100m
image: mongo
image: mongo:4.1-xenial
command:
- mongod
- "--bind_ip"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/service/mongodb/statefulset-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
resources:
requests:
cpu: 100m
image: mongo
image: mongo:4.1-xenial
command:
- mongod
- "--bind_ip"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/service/mongodb/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
resources:
requests:
cpu: 100m
image: mongo
image: mongo:4.1-xenial
command:
- mongod
- "--bind_ip"
Expand Down

0 comments on commit 97f5938

Please sign in to comment.