From 3413a05b1594bae13117a3b6fcdbffb4be7392f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20G=C3=B6rn?= Date: Thu, 31 Oct 2024 13:25:29 +0100 Subject: [PATCH] refactor(op1st-gitops): increase quotas for op1st-ops deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christoph Görn --- manifests/applications/op1st-gitops/resource_quota.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/applications/op1st-gitops/resource_quota.yaml b/manifests/applications/op1st-gitops/resource_quota.yaml index c636f993..d7cd77b0 100644 --- a/manifests/applications/op1st-gitops/resource_quota.yaml +++ b/manifests/applications/op1st-gitops/resource_quota.yaml @@ -5,7 +5,7 @@ metadata: namespace: op1st-gitops spec: hard: - limits.cpu: 3750m + limits.cpu: 3584m limits.memory: 5888Mi requests.cpu: 2500m requests.memory: 3Gi