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
|
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
|
||||||
@@ -39,7 +38,6 @@ 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