mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-22 06:41:22 +00:00
12 lines
224 B
YAML
12 lines
224 B
YAML
url: "https://grafana.example.org/"
|
|
|
|
storages:
|
|
- name: shortterm
|
|
retentionPeriod: "3d"
|
|
deduplicationInterval: "5m"
|
|
storage: 10Gi
|
|
- name: longterm
|
|
retentionPeriod: "14d"
|
|
deduplicationInterval: "15s"
|
|
storage: 10Gi
|