Skip to content
Snippets Groups Projects
Unverified Commit f823473b authored by Daniel Haarhoff's avatar Daniel Haarhoff Committed by GitHub
Browse files

Remove default cpu limit (#9)

* Remove default cpu limit

cpu limits can lead to overzealous cpu throttling. Since one can't remove a default cpu limit via the helm values this should be removed to let users set a limit only when in a contended cluster.

* bump chart version

* Remove all other cpu limits
parent 792f0c08
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ ingress:
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
......
......@@ -43,7 +43,6 @@ ingress:
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
......
......@@ -43,7 +43,6 @@ ingress:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
......
......@@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for ScienceBeam
name: sciencebeam
version: 0.1.0
version: 0.1.1
......@@ -52,7 +52,6 @@ ingress:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
......
......@@ -38,7 +38,6 @@ ingress:
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
......
......@@ -38,7 +38,6 @@ ingress:
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment