refactor(deploy): remove cpu and memory limits for schemas #441

Merged
argoyle merged 1 commits from remove-resource-limits-schemas into main 2025-04-12 11:40:40 +00:00
-3
View File
@@ -41,9 +41,6 @@ spec:
containers:
- name: schemas
resources:
limits:
cpu: "500m"
memory: "100Mi"
requests:
cpu: "20m"
memory: "20Mi"