Skip to content

Commit

Permalink
[sc-11714] - increase limits on low-resources backend preset (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlevinps authored Nov 15, 2023
1 parent 3363b25 commit c3f3422
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/helm/presets/backend/low-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ victoria-metrics-agent:

metrics-ingester:
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 50m
memory: 256Mi
limits:
cpu: 250m
memory: 512Mi

custom-metrics:
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 250m
memory: 256Mi

victoria-metrics-single:
server:
Expand All @@ -69,4 +69,4 @@ victoria-metrics-single:
memory: 128Mi
limits:
cpu: 100m
memory: 512Mi
memory: 1024Mi

0 comments on commit c3f3422

Please sign in to comment.