Skip to content

Commit

Permalink
charts/opencost/values.yaml: remove CPU limits (#260)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kastl-ars authored Feb 28, 2025
1 parent c810b37 commit f6fde32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/opencost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- finops
- monitoring
- opencost
version: 1.44.0
version: 1.44.1
maintainers:
- name: jessegoodier
- name: toscott
Expand Down
2 changes: 0 additions & 2 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ opencost:
memory: '55Mi'
# -- CPU/Memory resource limits
limits:
cpu: '999m'
memory: '1Gi'
# Startup probe configuration
startupProbe:
Expand Down Expand Up @@ -400,7 +399,6 @@ opencost:
memory: '55Mi'
# -- CPU/Memory resource limits
limits:
cpu: '999m'
memory: '1Gi'
# used in the default.nginx.conf if you want to switch for using with Docker
# apiServer: 0.0.0.0
Expand Down

0 comments on commit f6fde32

Please sign in to comment.