-
Notifications
You must be signed in to change notification settings - Fork 27
/
stack.yml
151 lines (151 loc) · 3.82 KB
/
stack.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
functions:
circles:
lang: golang-middleware
handler: ./micros/circles
image: qolzam/circles:v0.2.5
fprocess: ""
environment: {}
secrets:
- secrets
environment_file:
- config/app_config.yml
- config/circle_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
labels:
com.openfaas.scale.zero: "false"
openfaas-cloud: "1"
role: ts-system
telar.dev.appID: my-social-network
telar.dev.repo: ts-serverless
annotations:
linkerd.io/inject: disabled
comments:
lang: golang-middleware
handler: ./micros/comments
image: qolzam/comments:v0.2.5
fprocess: ""
environment: {}
secrets:
- secrets
environment_file:
- config/app_config.yml
- config/comment_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
labels:
com.openfaas.scale.zero: "false"
openfaas-cloud: "1"
role: ts-system
telar.dev.appID: my-social-network
telar.dev.repo: ts-serverless
annotations:
linkerd.io/inject: disabled
media:
lang: golang-middleware
handler: ./micros/gallery
image: qolzam/media:v0.2.5
fprocess: ""
environment: {}
secrets:
- secrets
environment_file:
- config/app_config.yml
- config/media_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
labels:
com.openfaas.scale.zero: "false"
openfaas-cloud: "1"
role: ts-system
telar.dev.appID: my-social-network
telar.dev.repo: ts-serverless
annotations:
linkerd.io/inject: disabled
posts:
lang: golang-middleware
handler: ./micros/posts
image: qolzam/posts:v0.2.5
fprocess: ""
environment: {}
secrets:
- secrets
environment_file:
- config/app_config.yml
- config/post_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
labels:
com.openfaas.scale.zero: "false"
openfaas-cloud: "1"
role: ts-system
telar.dev.appID: my-social-network
telar.dev.repo: ts-serverless
annotations:
linkerd.io/inject: disabled
user-rels:
lang: golang-middleware
handler: ./micros/user-rels
image: qolzam/user-rels:v0.2.5
fprocess: ""
environment: {}
secrets:
- secrets
environment_file:
- config/app_config.yml
- config/user_rel_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
labels:
com.openfaas.scale.zero: "false"
openfaas-cloud: "1"
role: ts-system
telar.dev.appID: my-social-network
telar.dev.repo: ts-serverless
annotations:
linkerd.io/inject: disabled
votes:
lang: golang-middleware
handler: ./micros/votes
image: qolzam/votes:v0.2.5
fprocess: ""
environment: {}
secrets:
- secrets
environment_file:
- config/app_config.yml
- config/vote_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
labels:
com.openfaas.scale.zero: "false"
openfaas-cloud: "1"
role: ts-system
telar.dev.appID: my-social-network
telar.dev.repo: ts-serverless
annotations:
linkerd.io/inject: disabled
vang:
lang: golang-middleware
handler: ./micros/vang
image: qolzam/vang:v0.2.5
fprocess: ""
environment: {}
secrets:
- secrets
environment_file:
- config/app_config.yml
- config/vang_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
labels:
com.openfaas.scale.zero: "false"
openfaas-cloud: "1"
role: ts-system
telar.dev.appID: my-social-network
telar.dev.repo: ts-serverless
annotations:
linkerd.io/inject: disabled
provider:
name: openfaas
gateway: http://192.168.1.18:31112