mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-06 09:16:40 +00:00
 --------- Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
38 lines
865 B
JSON
38 lines
865 B
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"host": {
|
|
"type": "string",
|
|
"description": "The hostname used to access the grafana externally (defaults to 'grafana' subdomain for the tenant host).",
|
|
"default": ""
|
|
},
|
|
"metricsStorages": {
|
|
"type": "array",
|
|
"description": "Configuration of metrics storage instances",
|
|
"default": "[]",
|
|
"items": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"logsStorages": {
|
|
"type": "array",
|
|
"description": "Configuration of logs storage instances",
|
|
"default": "[]",
|
|
"items": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"oncall": {
|
|
"type": "object",
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"description": "Enable Grafana OnCall",
|
|
"default": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|