-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtye.yaml
36 lines (36 loc) · 795 Bytes
/
tye.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: dapr.sample
services:
- name: accountservice
project: Services/AccountService/Host/Host.csproj
bindings:
- port: 8001
#- name: jobservice
# project: Services/JobService/JobService.csproj
# bindings:
# - port: 8051
#- name: goodsservice
# project: Services/GoodsService/Host/Host.csproj
# bindings:
# - port: 8010
#- name: zipkin
# external: true
# bindings:
# - name: http
# port: 9411
ingress:
- name: localing
bindings:
- port: 5000
rules:
- host: localhost
path: /accountservice/
service: accountservice
#- host: api.dapreshop.com
# path: /gs/
# service: goodsservice
extensions:
- name: dapr
#components-path: "./dapr_components/"
#config: claptrap_config
exclude-placement-container: true
placement-port: 6050