mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
 --------- Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
32 lines
734 B
YAML
32 lines
734 B
YAML
## @section Common parameters
|
|
|
|
## @param host The hostname used to access the grafana externally (defaults to 'grafana' subdomain for the tenant host).
|
|
host: ""
|
|
|
|
## @param metricsStorages [array] Configuration of metrics storage instances
|
|
##
|
|
metricsStorages:
|
|
- name: shortterm
|
|
retentionPeriod: "3d"
|
|
deduplicationInterval: "5m"
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
- name: longterm
|
|
retentionPeriod: "14d"
|
|
deduplicationInterval: "15s"
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
|
|
## @param logsStorages [array] Configuration of logs storage instances
|
|
##
|
|
logsStorages:
|
|
- name: generic
|
|
retentionPeriod: "1"
|
|
storage: 10Gi
|
|
storageClassName: replicated
|
|
|
|
## @param oncall.enabled Enable Grafana OnCall
|
|
##
|
|
oncall:
|
|
enabled: false
|