-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrender.yaml
40 lines (37 loc) · 920 Bytes
/
render.yaml
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
previewsEnabled: false
services:
- type: redis
name: redis-starter-ingest-2
region: ohio
plan: starter
maxmemoryPolicy: noeviction # recommended for message queues
ipAllowList: []
- type: redis
name: redis-starter-gql
region: ohio
plan: starter
maxmemoryPolicy: allkeys-lru # recommended for gql
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
- type: worker
name: ingest-v-2
region: ohio
env: node
plan: standard
buildCommand: yarn
startCommand: yarn workspace ingest production
envVars:
- fromGroup: kong
- key: NODE_VERSION
value: lts
- key: REDIS_HOST
fromService:
type: redis
name: redis-starter-ingest-2
property: host
- key: REDIS_PORT
fromService:
type: redis
name: redis-starter-ingest-2
property: port