-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcumulocity.json
38 lines (38 loc) · 924 Bytes
/
cumulocity.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
{
"apiVersion": "1",
"version": "0.1.1-SNAPSHOT",
"provider": {
"name": "Cumulocity"
},
"isolation": "MULTI_TENANT",
"requiredRoles": [
"ROLE_INVENTORY_READ",
"ROLE_INVENTORY_CREATE",
"ROLE_INVENTORY_ADMIN",
"ROLE_IDENTITY_READ",
"ROLE_IDENTITY_ADMIN",
"ROLE_ALARM_READ",
"ROLE_EVENT_READ",
"ROLE_MEASUREMENT_READ",
"ROLE_MEASUREMENT_ADMIN",
"ROLE_AUDIT_READ",
"ROLE_APPLICATION_MANAGEMENT_READ",
"ROLE_DEVICE_CONTROL_READ",
"ROLE_DEVICE_CONTROL_ADMIN",
"ROLE_TENANT_MANAGEMENT_READ",
"ROLE_OPTION_MANAGEMENT_READ"
],
"roles": [],
"livenessProbe": {
"httpGet": {
"path": "/health",
"port": 80
},
"initialDelaySeconds": 70,
"periodSeconds": 30
},
"resources": {
"cpu": "1",
"memory": "1G"
}
}