-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.yaml
More file actions
82 lines (82 loc) · 2.17 KB
/
spec.yaml
File metadata and controls
82 lines (82 loc) · 2.17 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
alerts:
- rule: DEPLOYMENT_FAILED
databases:
- engine: PG
name: hermod
num_nodes: 1
size: db-s-dev-database
version: "12"
domains:
- domain: api.hermodapp.com
type: PRIMARY
zone: hermodapp.com
- domain: www.api.hermodapp.com
type: ALIAS
zone: hermodapp.com
name: api
region: nyc
services:
- dockerfile_path: Dockerfile
envs:
- key: HONEYCOMB_API_KEY
scope: RUN_TIME
type: SECRET
value: EV[1:5G932Y/hRpHIASV4nKq0EsQ4GpxMlpYL:kGWlFqpt6dEPuVJn7/AxY9+WHFaEg/iAxttq6HW25ftnUxezn2JAEZl5rjQ06C3/]
github:
branch: main
deploy_on_push: true
repo: hermodapp/collector
instance_count: 1
instance_size_slug: basic-xxs
internal_ports:
- 4317
name: collector
source_dir: /
- cors:
allow_credentials: true
allow_headers:
- Authorization
allow_methods:
- GET
- POST
allow_origins:
- exact: http://localhost:3000
- prefix: https://hermodapp.com
max_age: 1h
dockerfile_path: ./Dockerfile
envs:
- key: APP_DATABASE__USERNAME
scope: RUN_TIME
value: ${hermod.USERNAME}
- key: APP_DATABASE__PASSWORD
scope: RUN_TIME
value: ${hermod.PASSWORD}
- key: APP_DATABASE__HOST
scope: RUN_TIME
value: ${hermod.HOSTNAME}
- key: APP_DATABASE__PORT
scope: RUN_TIME
value: ${hermod.PORT}
- key: APP_DATABASE__DATABASE_NAME
scope: RUN_TIME
value: ${hermod.DATABASE}
- key: DATABASE_URL
scope: RUN_TIME
value: ${hermod.DATABASE_URL}
- key: APP_APPLICATION__JWT_SIGNING_KEY
scope: RUN_AND_BUILD_TIME
type: SECRET
value: EV[1:vMHj9T3s3Aq6PDsgPy+rBFkXtc5nUujr:HUqZp6JEL+6aJYFpbyBTBRXXgZVKMJnA1esz/PGGPp77/bTP86bLuLCB6YdC5lEJgENMIN56JZ8RZFalfulfAbaY5IOUWXn3ZuDmAby4EV4fEZoG6lPbnlXLllzCPf1R0S8AdpW2snd1w77yVtgx5QFYQrVnGFnx0xLs]
github:
branch: main
deploy_on_push: true
repo: hermodapp/api
health_check:
http_path: /health_check
http_port: 8000
instance_count: 1
instance_size_slug: basic-xxs
name: api
routes:
- path: /
source_dir: /