REFACTOR(app): remove CPU limits
- Remove CPU limit configuration - Improve container performance
This commit is contained in:
@@ -16,4 +16,3 @@ spec:
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "150Mi"
|
||||
cpu: "100m"
|
||||
|
||||
@@ -8,5 +8,4 @@ spec:
|
||||
requests.memory: "400Mi"
|
||||
requests.cpu: "250m"
|
||||
limits.memory: "600Mi"
|
||||
limits.cpu: "400m"
|
||||
pods: "9"
|
||||
|
||||
Reference in New Issue
Block a user