forked from openfaas/openfaas-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yml
More file actions
98 lines (89 loc) · 2.1 KB
/
stack.yml
File metadata and controls
98 lines (89 loc) · 2.1 KB
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
provider:
name: faas
gateway: http://127.0.0.1:8080
functions:
gh-push:
lang: go
handler: ./gh-push
image: alexellis2/gh-push:0.3.2
environment:
# Http_X_Github_Event: push
read_timeout: 10
write_timeout: 10
write_debug: true
read_debug: true
validate_customers: true
customers_url: "https://raw.githubusercontent.com/openfaas/openfaas-cloud/master/CUSTOMERS"
environment_file:
- gateway_config.yml
- github.yml
git-tar:
lang: dockerfile
handler: ./git-tar
image: alexellis2/of-git-tar:0.4.0
environment:
read_timeout: 120
write_timeout: 120
write_debug: true
read_debug: true
environment_file:
- gateway_config.yml
buildshiprun:
lang: go
handler: ./buildshiprun
image: alexellis2/of-buildshiprun:0.3.1
environment:
read_timeout: 300
write_timeout: 300
write_debug: true
read_debug: true
builder_url: http://of-builder:8080/
environment_file:
- buildshiprun_limits_swarm.yml
- gateway_config.yml
- github.yml
secrets:
- derek-private-key
list-functions:
lang: go
handler: ./list-functions
image: alexellis2/list-functions:0.3
environment:
write_debug: true
read_debug: true
environment_file:
- gateway_config.yml
garbage-collect:
lang: go
handler: ./garbage-collect
image: alexellis2/garbage-collect:0.2
environment:
write_debug: true
read_debug: true
read_timeout: 30
write_timeout: 30
environment_file:
- gateway_config.yml
git-event:
lang: go
handler: ./git-event
image: alexellis2/git-event:0.2
environment:
write_debug: true
read_debug: true
environment_file:
- github.yml
- gateway_config.yml
echo:
skip_build: true
image: functions/alpine:latest
fprocess: cat
environment:
write_debug: true
read_debug: true
audit-event:
lang: go
handler: ./audit-event
image: functions/audit-event:0.1.0
environment_file:
- slack.yml