Skip to content

Commit

Permalink
[sc-11599] fixed resources bug (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivzgroundcover authored Nov 12, 2023
1 parent eec2bec commit df63b16
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ We use the following categories for changes:
### Changed

### Fixed
- fixed bug with large and huge presets [#sc-11599]

### Removed

Expand Down
13 changes: 7 additions & 6 deletions pkg/helm/presets/backend/high-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 7 additions & 6 deletions pkg/helm/presets/backend/huge-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df63b16

Please sign in to comment.