-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtye.yaml
46 lines (39 loc) · 1.29 KB
/
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
37
38
39
40
41
42
43
44
45
46
name: paintevents
extensions:
- name: dapr
config: common
enable-profiling: true
# services:
# demofrontend:
# components-path: "./FrontendWebMVC/Components/"
# log-level configures the log level of the dapr sidecar
log-level: debug
# config allows you to pass additional configuration into the dapr sidecar
# config will be interpreted as a named k8s resource when deployed, and will be interpreted as
# a file on disk when running locally at `./components/myconfig.yaml`
#
# config: myconfig
# components-path configures the components path of the dapr sidecar
components-path: "./FrontendWebMVC/Dapr/"
# If not using the default Dapr placement service or otherwise using a placement service on a nonstandard port,
# you can configure the Dapr sidecar to use an explicit port.
# placement-port: 6050
services:
- name: demofrontend
project: FrontendWebMVC/FrontendWebMVC.csproj
# image: jruzia/containerappdemo-frontend:latest
bindings:
- name: http
protocol: http
port: 55557
env:
- AppInsightsInstrumentationKey="a"
- name: demobackend
project: BackendProcessor/BackendProcessor.csproj
# image: jruzia/containerappdemo-backend:latest
bindings:
- name: http
protocol: http
port: 55555
env:
- AppInsightsInstrumentationKey="a"