Skip to content

Commit

Permalink
Update go_deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lozoya authored Apr 12, 2024
1 parent 7fcb7cd commit eba035a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/apps/GoLang/go_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ spec:
- name: WEB_PORT
value: "8080"
- name: EMOJISVC_HOST
value: emoji-svc.default:8080
value: emoji-svc.ao-demo:8080
- name: VOTINGSVC_HOST
value: voting-svc.default:8080
value: voting-svc.ao-demo:8080
- name: INDEX_BUNDLE
value: dist/index_bundle.js
image: docker.l5d.io/buoyantio/emojivoto-web:v11
Expand Down Expand Up @@ -212,9 +212,9 @@ spec:
- emojivoto-vote-bot
env:
- name: WEB_HOST
value: web-svc.default:80
value: web-svc.ao-demo:80
image: docker.l5d.io/buoyantio/emojivoto-web:v11
name: vote-bot
resources:
requests:
cpu: 10m
cpu: 10m

0 comments on commit eba035a

Please sign in to comment.