Skip to content

Commit

Permalink
Cut v4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Sep 26, 2018
1 parent 895faac commit d065157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nodevoto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
value: "8080"
- name: SVC_NAME
value: gif
image: sourishkrout/nodevoto:v3
image: sourishkrout/nodevoto:v4
name: gif-svc
ports:
- containerPort: 8080
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
value: "8080"
- name: SVC_NAME
value: voting
image: sourishkrout/nodevoto:v3
image: sourishkrout/nodevoto:v4
name: voting-svc
ports:
- containerPort: 8080
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
value: services/nodevoto-web/webapp/dist/index_bundle.js
- name: SVC_NAME
value: web
image: sourishkrout/nodevoto:v3
image: sourishkrout/nodevoto:v4
name: web-svc
ports:
- containerPort: 80
Expand Down Expand Up @@ -172,7 +172,7 @@ spec:
value: voteBot
- name: WEB_HOST
value: web-svc.nodevoto:80
image: sourishkrout/nodevoto:v3
image: sourishkrout/nodevoto:v4
name: vote-bot
resources: {}
status: {}
Expand Down

0 comments on commit d065157

Please sign in to comment.