Skip to content

Commit

Permalink
[opentelemetry-operator] remove default limits for cpu and memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Pionerd committed Nov 27, 2023
1 parent 0c72e26 commit b27e3f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/opentelemetry-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-operator
version: 0.43.0
version: 0.43.1
description: OpenTelemetry Operator Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
12 changes: 6 additions & 6 deletions charts/opentelemetry-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ manager:
webhookPort: 9443
healthzPort: 8081
resources:
limits:
cpu: 100m
memory: 128Mi
limits: {}
# cpu: 100m
# memory: 128Mi
requests:
cpu: 100m
memory: 64Mi
Expand Down Expand Up @@ -161,9 +161,9 @@ kubeRBACProxy:
ports:
proxyPort: 8443
resources:
limits:
cpu: 500m
memory: 128Mi
limits: {}
# cpu: 500m
# memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
Expand Down

0 comments on commit b27e3f1

Please sign in to comment.