-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathapplication.json
More file actions
36 lines (36 loc) · 828 Bytes
/
application.json
File metadata and controls
36 lines (36 loc) · 828 Bytes
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
{
"taskGroups": [
{
"taskSpec": {
"runnables": [
{
"container": {
"imageUri": "",
}
}
],
"computeResource": {
"cpuMilli": 2000,
"memoryMib": 16
},
"maxRetryCount": 2,
"maxRunDuration": "3600s"
},
"taskCount": 1,
"parallelism": 1
}
],
"allocationPolicy": {
"instances": [
{
"policy": { "machineType": "e2-standard-4" }
}
]
},
"labels": {
"env": "testing"
},
"logsPolicy": {
"destination": "CLOUD_LOGGING"
}
}