summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/components/multicloud-k8s/resources/config/k8sconfig.json
blob: d6fa40d47196827d1d51b7d310b484aa68a9eeab (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "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",
    "etcd-ip": "multicloud-k8s-etcd",
    "plugin-dir": "/opt/multicloud/k8splugin/plugins"
}