mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new parameter for Grafana's database size with a default value of 10Gi. - **Bug Fixes** - Updated default values for `alerta.alerts.telegram.token` and `alerta.alerts.telegram.chatID` to empty strings. - **Documentation** - Revised the README to reflect changes in default parameter values and added new parameters for Grafana. - **Chores** - Updated the monitoring application's version from 1.5.2 to 1.5.3. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
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"
|
|
}
|
|
},
|
|
"alerta": {
|
|
"type": "object",
|
|
"properties": {
|
|
"storage": {
|
|
"type": "string",
|
|
"description": "Persistent Volume size for alerta database",
|
|
"default": "10Gi"
|
|
},
|
|
"storageClassName": {
|
|
"type": "string",
|
|
"description": "StorageClass used to store the data",
|
|
"default": ""
|
|
},
|
|
"alerts": {
|
|
"type": "object",
|
|
"properties": {
|
|
"telegram": {
|
|
"type": "object",
|
|
"properties": {
|
|
"token": {
|
|
"type": "string",
|
|
"description": "telegram token for your bot",
|
|
"default": ""
|
|
},
|
|
"chatID": {
|
|
"type": "string",
|
|
"description": "specify multiple ID's separated by comma. Get yours in https://t.me/chatid_echo_bot",
|
|
"default": ""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"grafana": {
|
|
"type": "object",
|
|
"properties": {
|
|
"db": {
|
|
"type": "object",
|
|
"properties": {
|
|
"size": {
|
|
"type": "string",
|
|
"description": "Persistent Volume size for grafana database",
|
|
"default": "10Gi"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|