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:
2025-04-12 10:44:13 +02:00
parent 1e34fe77eb
commit 8e02bfb0a2
-3
View File
@@ -41,9 +41,6 @@ spec:
containers:
- name: schemas
resources:
limits:
cpu: "500m"
memory: "100Mi"
requests:
cpu: "20m"
memory: "20Mi"