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: