Custom storage

Customize groundcover storage volumes for logs, metrics and traces

1. Configure a custom Helm values.yaml file

Either create a new custom-values.yaml or edit your existing groundcover values.yaml agent:

clickhouse:
  # logs storage
  persistence:
    size: 128Gi

victoria-metrics-single:
  # metrics storage
  server:
    persistentVolume:
      size: 100Gi 

2. Upgrade groundcover

If your StorageClass support allowVolumeExpansion

For groundcover CLI-based installations

groundcover deploy -f <custom-values.yaml>

For helm-based installations

allowVolumeExpansion is not supported

For groundcover CLI-based installations

For helm-based installations

Last updated