From 8d965c71ea00ac1613a3471097d7bab60f68b891 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Sat, 28 Sep 2024 22:48:56 -0400 Subject: [PATCH] fix victoria metrics config issues --- resources/monitoring/helm/mgmt.yaml.liquid | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/monitoring/helm/mgmt.yaml.liquid b/resources/monitoring/helm/mgmt.yaml.liquid index f260424..de2b414 100644 --- a/resources/monitoring/helm/mgmt.yaml.liquid +++ b/resources/monitoring/helm/mgmt.yaml.liquid @@ -2,6 +2,7 @@ vmcluster: enabled: true spec: + retentionPeriod: 7d vminsert: extraArgs: maxLabelsPerTimeseries: '50' @@ -12,6 +13,13 @@ vmcluster: cpu: "1" memory: 5Gi + storage: + volumeClaimTemplate: + spec: + resources: + requests: + storage: 50Gi + victoria-metrics-operator: enabled: false