Skip to content

Commit

Permalink
Moved to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Sep 17, 2018
1 parent 0342077 commit 05e9e28
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: emoji
image: sourishkrout/nodevoto:v1
image: sourishkrout/nodevoto:v2
name: emoji-svc
ports:
- containerPort: 8080
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
value: "8080"
- name: SVC_NAME
value: voting
image: sourishkrout/nodevoto:v1
image: sourishkrout/nodevoto:v2
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:v1
image: sourishkrout/nodevoto:v2
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:v1
image: sourishkrout/nodevoto:v2
name: vote-bot
resources: {}
status: {}
Expand Down

0 comments on commit 05e9e28

Please sign in to comment.