Skip to content

Commit

Permalink
Bump to latest emojivoto.yml config
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lingerfelt <[email protected]>
  • Loading branch information
klingerf committed Aug 2, 2018
1 parent b42946f commit f6caec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emojivoto/emojivoto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- env:
- name: GRPC_PORT
value: "8080"
image: buoyantio/emojivoto-emoji-svc:v4
image: buoyantio/emojivoto-emoji-svc:v5
name: emoji-svc
ports:
- containerPort: 8080
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
- env:
- name: GRPC_PORT
value: "8080"
image: buoyantio/emojivoto-voting-svc:v4
image: buoyantio/emojivoto-voting-svc:v5
name: voting-svc
ports:
- containerPort: 8080
Expand Down Expand Up @@ -120,7 +120,7 @@ spec:
value: voting-svc.emojivoto:8080
- name: INDEX_BUNDLE
value: dist/index_bundle.js
image: buoyantio/emojivoto-web:v4
image: buoyantio/emojivoto-web:v5
name: web-svc
ports:
- containerPort: 80
Expand Down Expand Up @@ -166,7 +166,7 @@ spec:
env:
- name: WEB_HOST
value: web-svc.emojivoto:80
image: buoyantio/emojivoto-web:v4
image: buoyantio/emojivoto-web:v5
name: vote-bot
resources: {}
status: {}
Expand Down

0 comments on commit f6caec9

Please sign in to comment.