forked from RedHatInsights/insights-ingress-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdappconfig.json
47 lines (47 loc) · 1.21 KB
/
cdappconfig.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
{
"kafka": {
"brokers": [
{
"hostname": "ingress-env-kafka.clowder-system.svc",
"port": 29092
}
],
"topics": [
{
"name": "platform.upload.advisor-ingress-env-clowder-system",
"requestedName": "platform.upload.advisor"
},
{
"name": "platform.payload-status-ingress-env",
"requestedName": "platform.payload-status"
}
]
},
"logging": {
"cloudwatch": {
"accessKeyId": "",
"logGroup": "",
"region": "",
"secretAccessKey": ""
},
"type": "null"
},
"metricsPath": "/metrics",
"metricsPort": 9000,
"objectStore": {
"accessKey": "key",
"buckets": [
{
"accessKey": "key",
"name": "ingress-uploads-perma",
"requestedName": "ingress-uploads-perma",
"secretKey": "value"
}
],
"hostname": "ingress-env-minio.clowder-system.svc",
"port": 9000,
"secretKey": "value",
"tls": false
},
"webPort": 3000
}