CHORE(opentelemetry-operator): disable CPU limits
- Set CPU limits to null for manager container - Set CPU limits to null for kube-rbac-proxy container - Disable chart default CPU limits to prevent throttling
This commit is contained in:
@@ -20,6 +20,7 @@ manager:
|
|||||||
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-go
|
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-go
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Disable chart default CPU limits
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
@@ -35,6 +36,7 @@ kubeRBACProxy:
|
|||||||
enabled: true
|
enabled: true
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
cpu: null # Disable chart default CPU limits
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 5m
|
cpu: 5m
|
||||||
|
|||||||
Reference in New Issue
Block a user