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