Skip to content

Commit

Permalink
Remove CPU limits from opentelementry-operator contianers
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen authored Dec 9, 2024
1 parent 11361d7 commit d950948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/opentelemetry-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ manager:
healthzPort: 8081
resources:
limits:
cpu: 100m
# cpu: 100m
memory: 128Mi
# ephemeral-storage: 50Mi
requests:
Expand Down Expand Up @@ -210,7 +210,7 @@ kubeRBACProxy:
proxyPort: 8443
resources:
limits:
cpu: 500m
# cpu: 500m
memory: 128Mi
requests:
cpu: 5m
Expand Down

0 comments on commit d950948

Please sign in to comment.