Browse Source

small update

jkotalik/newVotingSample
Justin Kotalik 6 years ago
parent
commit
88584d1cc5
  1. 9
      samples/voting/tye.yaml

9
samples/voting/tye.yaml

@ -1,4 +1,5 @@
name: VotingSample
registry: jkotalik
services:
- name: vote
project: vote/vote.csproj
@ -24,8 +25,8 @@ services:
protocol: http
env:
- name: public-ip
#value: http://52.159.20.103
value: http://localhost:8080
value: http://52.159.20.103
# value: http://localhost:8080
- name: identityserver
project: IdentityServer/IdentityServer.csproj
bindings:
@ -33,8 +34,8 @@ services:
protocol: http
env:
- name: public-ip
#value: http://52.159.20.103
value: http://localhost:8080
value: http://52.159.20.103
# value: http://localhost:8080
ingress:
- name: ingress
bindings:

Loading…
Cancel
Save