diff --git a/CHANGELOG.md b/CHANGELOG.md index acc07bb..e22d020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ We use the following categories for changes: ### Changed ### Fixed +- fixed bug with large and huge presets [#sc-11599] ### Removed diff --git a/pkg/helm/presets/backend/high-resources.yaml b/pkg/helm/presets/backend/high-resources.yaml index 0e578f3..f350ab2 100644 --- a/pkg/helm/presets/backend/high-resources.yaml +++ b/pkg/helm/presets/backend/high-resources.yaml @@ -27,12 +27,13 @@ clickhouse: opentelemetry-collector: replicaCount: 2 - requests: - cpu: 500m - memory: 1024Mi - limits: - cpu: 1200m - memory: 2048Mi + resources: + requests: + cpu: 500m + memory: 1024Mi + limits: + cpu: 1200m + memory: 2048Mi victoria-metrics-agent: resources: diff --git a/pkg/helm/presets/backend/huge-resources.yaml b/pkg/helm/presets/backend/huge-resources.yaml index 552a71b..32f8f31 100644 --- a/pkg/helm/presets/backend/huge-resources.yaml +++ b/pkg/helm/presets/backend/huge-resources.yaml @@ -27,12 +27,13 @@ clickhouse: opentelemetry-collector: replicaCount: 3 - requests: - cpu: 1000m - memory: 1024Mi - limits: - cpu: 1200m - memory: 2048Mi + resources: + requests: + cpu: 1000m + memory: 1024Mi + limits: + cpu: 1200m + memory: 2048Mi victoria-metrics-agent: resources: