refactor(deploy): remove cpu and memory limits for schemas
Removes the CPU and memory limits for the schemas container in the Kubernetes deployment configuration. This change is made to allow for greater flexibility in resource allocation based on runtime demands, ensuring better performance in varying load conditions.
This commit is contained in:
@@ -41,9 +41,6 @@ spec:
|
||||
containers:
|
||||
- name: schemas
|
||||
resources:
|
||||
limits:
|
||||
cpu: "500m"
|
||||
memory: "100Mi"
|
||||
requests:
|
||||
cpu: "20m"
|
||||
memory: "20Mi"
|
||||
|
||||
Reference in New Issue
Block a user