mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com> Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Co-authored-by: Nikita <166552198+nbykov0@users.noreply.github.com> Co-authored-by: Kingdon Barrett <kingdon+notify@tuesdaystudios.com> Co-authored-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
30 lines
676 B
JSON
30 lines
676 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"
|
|
}
|
|
},
|
|
"oncall": {
|
|
"type": "object",
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"description": "Enable Grafana OnCall",
|
|
"default": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|