REFACTOR(app): remove CPU limit
- Remove CPU limits from deployment - Prevent container throttling
This commit is contained in:
@@ -35,7 +35,6 @@ spec:
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "200Mi"
|
||||
cpu: "150m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user