fix(k8s): raise schemas CPU request from 20m to 100m (#840)
Release / release (push) Failing after 48s
schemas / vulnerabilities (push) Successful in 2m5s
schemas / check-release (push) Successful in 2m40s
schemas / check (push) Successful in 2m48s
pre-commit / pre-commit (push) Successful in 6m40s
schemas / build (push) Successful in 6m9s
schemas / deploy-prod (push) Successful in 1m21s

This commit was merged in pull request #840.
This commit is contained in:
2026-05-19 07:23:04 +00:00
parent c4829cf280
commit 9a4b05d897
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
- name: schemas
resources:
requests:
cpu: "20m"
cpu: "100m"
memory: "128Mi"
limits:
memory: "768Mi"