Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove cpu limits in CLI #300

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions pkg/helm/presets/backend/high-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ portal:
cpu: 50m
memory: 100Mi
limits:
cpu: 100m
memory: 256Mi

clickhouse:
Expand All @@ -32,7 +31,6 @@ opentelemetry-collector:
cpu: 500m
memory: 1024Mi
limits:
cpu: 1200m
memory: 2048Mi

victoria-metrics-agent:
Expand All @@ -41,7 +39,6 @@ victoria-metrics-agent:
cpu: 100m
memory: 128Mi
limits:
cpu: 600m
memory: 512Mi

metrics-ingester:
Expand All @@ -50,7 +47,6 @@ metrics-ingester:
cpu: 750m
memory: 512Mi
requests:
cpu: 250m
memory: 256Mi

custom-metrics:
Expand All @@ -62,7 +58,6 @@ custom-metrics:
cpu: 500m
memory: 512Mi
limits:
cpu: 1000m
memory: 1Gi

victoria-metrics-single:
Expand All @@ -72,7 +67,6 @@ victoria-metrics-single:
cpu: 1000m
memory: 5000Mi
limits:
cpu: 1000m
memory: 5000Mi

monitors-manager:
Expand All @@ -81,7 +75,6 @@ monitors-manager:
cpu: 40m
memory: 160Mi
limits:
cpu: 200m
memory: 512Mi


Expand Down
6 changes: 0 additions & 6 deletions pkg/helm/presets/backend/huge-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ portal:
cpu: 50m
memory: 100Mi
limits:
cpu: 300m
memory: 256Mi

clickhouse:
Expand All @@ -32,7 +31,6 @@ opentelemetry-collector:
cpu: 1000m
memory: 1024Mi
limits:
cpu: 1200m
memory: 2048Mi

victoria-metrics-agent:
Expand All @@ -41,7 +39,6 @@ victoria-metrics-agent:
cpu: 200m
memory: 256Mi
limits:
cpu: 600m
memory: 1Gi

metrics-ingester:
Expand All @@ -50,7 +47,6 @@ metrics-ingester:
cpu: 1000m
memory: 2Gi
requests:
cpu: 500m
memory: 1Gi

custom-metrics:
Expand All @@ -62,7 +58,6 @@ custom-metrics:
cpu: 500m
memory: 1Gi
limits:
cpu: 1500m
memory: 2Gi

victoria-metrics-single:
Expand All @@ -80,7 +75,6 @@ monitors-manager:
cpu: 100m
memory: 256Mi
limits:
cpu: 200m
memory: 512Mi


Expand Down
7 changes: 0 additions & 7 deletions pkg/helm/presets/backend/low-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ portal:
cpu: 5m
memory: 64Mi
limits:
cpu: 100m
memory: 128Mi

clickhouse:
Expand All @@ -31,7 +30,6 @@ opentelemetry-collector:
cpu: 50m
memory: 256Mi
limits:
cpu: 500m
memory: 2048Mi

victoria-metrics-agent:
Expand All @@ -40,7 +38,6 @@ victoria-metrics-agent:
cpu: 16m
memory: 32Mi
limits:
cpu: 100m
memory: 256Mi

metrics-ingester:
Expand All @@ -49,7 +46,6 @@ metrics-ingester:
cpu: 50m
memory: 256Mi
limits:
cpu: 250m
memory: 512Mi

custom-metrics:
Expand All @@ -58,7 +54,6 @@ custom-metrics:
cpu: 50m
memory: 64Mi
limits:
cpu: 250m
memory: 256Mi

victoria-metrics-single:
Expand All @@ -68,7 +63,6 @@ victoria-metrics-single:
cpu: 20m
memory: 128Mi
limits:
cpu: 100m
memory: 1024Mi

monitors-manager:
Expand All @@ -77,7 +71,6 @@ monitors-manager:
cpu: 5m
memory: 110Mi
limits:
cpu: 50m
memory: 150Mi

backend:
Expand Down
Loading