-
Notifications
You must be signed in to change notification settings - Fork 0
/
skeet-cloud.config.json
50 lines (50 loc) · 1.09 KB
/
skeet-cloud.config.json
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
{
"app": {
"name": "skeet-graphql",
"projectId": "skeet-graphql",
"fbProjectId": "skeet-graphql",
"template": "Backend - GraphQL",
"region": "asia-northeast1",
"appDomain": "skeet.dev",
"nsDomain": "skeet.dev",
"lbDomain": "sql.skeet.dev",
"hasLoadBalancer": true
},
"cloudRun": {
"name": "skeet-skeet-graphql-api",
"url": "https://sql.skeet.dev",
"cpu": 1,
"maxConcurrency": 80,
"maxInstances": 100,
"minInstances": 0,
"memory": "4Gi"
},
"db": {
"databaseVersion": "POSTGRES_15",
"cpu": 1,
"memory": "3840MiB",
"storageSize": 10,
"whiteList": ""
},
"taskQueues": [
{
"queueName": "createUser",
"location": "asia-northeast1",
"maxAttempts": 3,
"maxConcurrent": 1,
"maxRate": 1,
"maxInterval": "10s",
"minInterval": "1s"
},
{
"queueName": "createChatRoomMessage",
"location": "asia-northeast1",
"maxAttempts": 3,
"maxConcurrent": 1,
"maxRate": 1,
"maxInterval": "10s",
"minInterval": "1s"
}
],
"cloudArmor": []
}