REFACTOR(resources): use tilde for null CPU
- Use ~ (tilde) for null CPU limit values - YAML best practice for null
This commit is contained in:
@@ -76,7 +76,7 @@ spec:
|
|||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: null # Prevent CPU throttling
|
cpu: ~
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user