diff --git a/demo/apps/GoLang/go_deployment.yaml b/demo/apps/GoLang/go_deployment.yaml index e8b1ecc..4e9c712 100644 --- a/demo/apps/GoLang/go_deployment.yaml +++ b/demo/apps/GoLang/go_deployment.yaml @@ -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 @@ -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 \ No newline at end of file + cpu: 10m