Skip to content

Commit f6fde32

Browse files
authored
charts/opencost/values.yaml: remove CPU limits (#260)
* charts/opencost/values.yaml: remove CPU limits Setting CPU limits is no longer recommended, see https://home.robusta.dev/blog/stop-using-cpu-limits * charts/opencost/Chart.yaml: increase version to 1.44.1
1 parent c810b37 commit f6fde32

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- finops
1010
- monitoring
1111
- opencost
12-
version: 1.44.0
12+
version: 1.44.1
1313
maintainers:
1414
- name: jessegoodier
1515
- name: toscott

charts/opencost/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ opencost:
148148
memory: '55Mi'
149149
# -- CPU/Memory resource limits
150150
limits:
151-
cpu: '999m'
152151
memory: '1Gi'
153152
# Startup probe configuration
154153
startupProbe:
@@ -400,7 +399,6 @@ opencost:
400399
memory: '55Mi'
401400
# -- CPU/Memory resource limits
402401
limits:
403-
cpu: '999m'
404402
memory: '1Gi'
405403
# used in the default.nginx.conf if you want to switch for using with Docker
406404
# apiServer: 0.0.0.0

0 commit comments

Comments
 (0)