FIX(opentelemetry-operator): remove cpu null values
- Remove cpu: null (not allowed in new chart schema) - Keep only memory limits
This commit is contained in:
@@ -20,7 +20,6 @@ manager:
|
||||
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-go
|
||||
resources:
|
||||
limits:
|
||||
cpu: null # Disable chart default CPU limits
|
||||
memory: 256Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
@@ -39,7 +38,6 @@ kubeRBACProxy:
|
||||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: null # Disable chart default CPU limits
|
||||
memory: 64Mi
|
||||
requests:
|
||||
cpu: 5m
|
||||
|
||||
Reference in New Issue
Block a user