mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2026-01-08 13:01:29 +00:00
44 lines
921 B
Plaintext
44 lines
921 B
Plaintext
{
|
|
"_port_comment": "Heketi Server Port Number",
|
|
"port" : "8080",
|
|
|
|
"_use_auth": "Enable JWT authorization. Please enable for deployment",
|
|
"use_auth" : false,
|
|
|
|
"_jwt" : "Private keys for access",
|
|
"jwt" : {
|
|
"_admin" : "Admin has access to all APIs",
|
|
"admin" : {
|
|
"key" : ""
|
|
},
|
|
"_user" : "User only has access to /volumes endpoint",
|
|
"user" : {
|
|
"key" : ""
|
|
}
|
|
},
|
|
|
|
"_glusterfs_comment": "GlusterFS Configuration",
|
|
"glusterfs" : {
|
|
|
|
"_executor_comment": "Execute plugin. Possible choices: mock, kubernetes, ssh",
|
|
"executor" : "${HEKETI_EXECUTOR}",
|
|
|
|
"_db_comment": "Database file name",
|
|
"db" : "/var/lib/heketi/heketi.db",
|
|
|
|
"kubeexec" : {
|
|
"rebalance_on_expansion": true
|
|
},
|
|
|
|
"sshexec" : {
|
|
"rebalance_on_expansion": true,
|
|
"keyfile" : "/etc/heketi/private_key",
|
|
"port" : "${SSH_PORT}",
|
|
"user" : "${SSH_USER}",
|
|
"sudo" : ${SSH_SUDO}
|
|
}
|
|
},
|
|
|
|
"backup_db_to_kube_secret": false
|
|
}
|