-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment.toml
More file actions
76 lines (61 loc) · 1.52 KB
/
deployment.toml
File metadata and controls
76 lines (61 loc) · 1.52 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
[backup]
image = "wschenk/backup"
service = "backup"
service_type = "job"
[databases.projects]
config_map = "postgres-postgresql-projects"
database = "postgres-postgresql"
[databases.repositories]
config_map = "postgres-postgresql-repositories"
database = "postgres-postgresql"
[databases.watcher]
config_map = "postgres-postgresql-watcher"
database = "postgres-postgresql"
[eco-npm]
image = "wschenk/eco-npm"
service = "eco-npm"
[eco-rubygems]
image = "wschenk/eco-rubygems"
service = "eco-rubygems"
[global]
context = "do-nyc1-gratitude"
domain = "gitgratitude.com"
image_prefix = "wschenk/"
[lock-gemfile]
image = "wschenk/lock-gemfile"
service = "lock-gemfile"
[lock-packagelock]
image = "wschenk/lock-packagelock"
service = "lock-packagelock"
[lock-podlock]
image = "wschenk/lock-podlock"
service = "lock-podlock"
[lock-yarnlock]
image = "wschenk/lock-yarnlock"
service = "lock-yarnlock"
[projects]
config_maps = ["gratitude-config","postgres-postgresql-projects"]
image = "wschenk/projects"
schema = "projects"
service = "projects"
[repositories]
binding = true
config_maps = ["postgres-postgresql-repositories"]
events = ["git.done"]
image = "wschenk/repositories"
schema = "repositories"
service = "repositories"
[vcs-git]
binding = true
config_maps = ["s3-access"]
events = ["git.process"]
image = "wschenk/vcs-git"
service = "vcs-git"
[watcher]
binding = true
config_maps = ["postgres-postgresql-watcher","s3-access"]
events = ["url.watch"]
image = "wschenk/watcher"
migrate = "rake db:migrate"
schema = "watcher"
service = "watcher"