From 2b35c2b022d42faf9d3e6c3a7e1732fa10a26b4a Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Thu, 30 Oct 2025 21:10:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.2.9=20Adjust=20resources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/backend/deployment.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index af10688..dea30a7 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.8 \ No newline at end of file +version: 0.2.9 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index eaf726c..0b44543 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -26,10 +26,11 @@ spec: image: harbor.dinauer.dev/kubooboo/backend:33 resources: requests: - memory: "128Mi" - cpu: "100m" - limits: memory: "256Mi" + cpu: "150m" + limits: + memory: "512Mi" + cpu: "1000m" ports: - containerPort: 8080 volumeMounts: