-
Notifications
You must be signed in to change notification settings - Fork 567
Expand file tree
/
Copy pathrender.yaml
More file actions
49 lines (48 loc) · 1.23 KB
/
render.yaml
File metadata and controls
49 lines (48 loc) · 1.23 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
services:
- type: web
name: otel-ingest
runtime: docker
plan: starter
numInstances: 2
dockerfilePath: ./otel/caddy/Dockerfile
dockerContext: .
autoDeployTrigger: commit
healthCheckPath: /healthz
maxShutdownDelaySeconds: 30
envVars:
- key: OTEL_COLLECTOR_HOST
fromService:
type: pserv
name: otel-collector
property: host
- key: OTEL_ALLOWED_ORIGIN_APP
value: https://char.com
- key: OTEL_ALLOWED_ORIGIN_WWW
value: https://www.char.com
- key: OTEL_ALLOWED_ORIGIN_LOCAL
value: http://localhost:3000
- type: pserv
name: otel-collector
runtime: docker
plan: starter
numInstances: 2
dockerfilePath: ./otel/collector/Dockerfile
dockerContext: .
autoDeployTrigger: commit
maxShutdownDelaySeconds: 30
envVars:
- key: HONEYCOMB_API_KEY
sync: false
- key: HONEYCOMB_API_ENDPOINT
value: api.honeycomb.io:443
- type: web
name: hyprnote-api
runtime: docker
plan: starter
region: oregon
numInstances: 1
dockerfilePath: ./apps/api/Dockerfile
dockerContext: .
autoDeployTrigger: commit
healthCheckPath: /health
maxShutdownDelaySeconds: 30