summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/charts/multicloud-k8s/resources/config/k8sconfig.json
blob: e451421a5b368f9555bb622eda6b18c9da8ec439 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "ca-file": "/opt/multicloud/k8splugin/certs/root_ca.cer",
    "server-cert": "/opt/multicloud/k8splugin/certs/multicloud-k8s.pub",
    "server-key": "/opt/multicloud/k8splugin/certs/multicloud-k8s.pr",
    "password": "c2VjcmV0bWFuYWdlbWVudHNlcnZpY2VzZWNyZXRwYXNzd29yZA==",

    "database-type": "mongo",
    "database-address": "multicloud-k8s-mongo",
    "plugin-dir": "/opt/multicloud/k8splugin/plugins"
}