-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtest.json
More file actions
35 lines (35 loc) · 774 Bytes
/
test.json
File metadata and controls
35 lines (35 loc) · 774 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
{
"logLevel": "DEBUG",
"defaultDataPlane": "test-default-dp",
"kongAdminUrl": "http://kong",
"portal": {
"url": "http://portal"
},
"protectedKubeNamespaces": "[\"platform\"]",
"plugins": {
"rate_limiting": {
"redis_host": "redishost",
"redis_password": "redispassword"
}
},
"hostTransformation": {
"enabled": false
},
"data_planes": {
"test-default-dp": {
"kube-api": "http://kube-api",
"kube-ns": "abcd-1234"
},
"strict-dp": {
"kube-api": "http://kube-api",
"kube-ns": "abcd-1234",
"validate-upstreams": true
}
},
"kubeApiCreds": {
"kubeApiPass": "password",
"kubeApiUser": "username"
},
"compatibilityApiUrl": "http://compatibility-api",
"deckCLI": "deck"
}