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
  • Loading branch information
John-Lin authored Jul 24, 2018
2 parents 20f45b1 + df1333b commit 23eb366
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 23eb366

Please sign in to comment.