forked from red-gold/telar-social-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack-init.yml
107 lines (106 loc) · 2.67 KB
/
stack-init.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
provider:
name: openfaas
gateway: http://127.0.0.1:8080
functions:
posts:
lang: golang-middleware
handler: ./src/controllers/posts
image: qolzam/posts:v0.2
labels:
openfaas-cloud: "1"
role: ts-system
com.openfaas.scale.zero: false
environment_file:
- config/app_config.yml
- config/post_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
annotations:
linkerd.io/inject: disabled
secrets:
- secrets
media:
lang: golang-middleware
handler: ./src/controllers/gallery
image: qolzam/media:v0.2
labels:
openfaas-cloud: "1"
role: ts-system
com.openfaas.scale.zero: false
environment_file:
- config/app_config.yml
- config/media_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
annotations:
linkerd.io/inject: disabled
secrets:
- secrets
comments:
lang: golang-middleware
handler: ./src/controllers/comments
image: qolzam/comments:v0.2
labels:
openfaas-cloud: "1"
role: ts-system
com.openfaas.scale.zero: false
environment_file:
- config/app_config.yml
- config/comment_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
annotations:
linkerd.io/inject: disabled
secrets:
- secrets
votes:
lang: golang-middleware
handler: ./src/controllers/votes
image: qolzam/votes:v0.2
labels:
openfaas-cloud: "1"
role: ts-system
com.openfaas.scale.zero: false
environment_file:
- config/app_config.yml
- config/vote_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
annotations:
linkerd.io/inject: disabled
secrets:
- secrets
circles:
lang: golang-middleware
handler: ./src/controllers/social/circles
image: qolzam/circles:v0.2
labels:
openfaas-cloud: "1"
role: ts-system
com.openfaas.scale.zero: false
environment_file:
- config/app_config.yml
- config/circle_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
annotations:
linkerd.io/inject: disabled
secrets:
- secrets
user-rels:
lang: golang-middleware
handler: ./src/controllers/social/user-rels
image: qolzam/user-rels:v0.2
labels:
openfaas-cloud: "1"
role: ts-system
com.openfaas.scale.zero: false
environment_file:
- config/app_config.yml
- config/user_rel_config.yml
- config/server_web_config.yml
- config/gateway_config.yml
annotations:
linkerd.io/inject: disabled
secrets:
- secrets