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
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: null # Prevent CPU throttling
|
||||
cpu: ~
|
||||
memory: 128Mi
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user