-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
64 lines (61 loc) · 1.18 KB
/
values.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
global:
namespace: a2d2
persistentVolumeClaim:
efs: "efs-a2d2"
fsx: "fsx-a2d2"
a2d2:
name: a2d2-data-service
image:
uri: ''
policy: Always
replicaCount: 1
maxReplicaCount: 10
requests:
memory: "72Gi"
cpu: "8000m"
metric:
name: "cpu"
average: "50"
behavior:
scaleUp:
stabilizationWindowSeconds: 300
scaleDown:
stabilizationWindowSeconds: 3600
config:
dir: "/etc/config"
path: "a2d2-data-service.conf"
serviceAccount:
name: a2d2-data-service-sa
roleArn: ""
configMap:
{
"servers": "",
"kafka_topic": "a2d2",
"database": {
"dbname": "mozart",
"host": "",
"port": "5439",
"user": "admin",
"password": ""
},
"data_store": {
"fsx": {
"root": "/fsx",
"rosbag": "/fsx/rosbag"
},
"efs": {
"root": "/efs",
"rosbag": "/efs/rosbag"
},
"s3": {
"rosbag_bucket": "",
"rosbag_prefix": "rosbag/"
},
"input": "fsx"
},
"max_response_tasks": 10,
"calibration": {
"cal_bucket": "",
"cal_key": "a2d2/cams_lidars.json"
}
}