From 09d0f4cf5d8f73b77b29eab0b2040ff96e002483 Mon Sep 17 00:00:00 2001 From: vtm9 Date: Sat, 18 May 2024 09:48:36 +0200 Subject: [PATCH] Change requests --- k8s/app-chart/templates/rust_runner_deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/app-chart/templates/rust_runner_deployment.yaml b/k8s/app-chart/templates/rust_runner_deployment.yaml index 7f85c00bd..a74df61e9 100644 --- a/k8s/app-chart/templates/rust_runner_deployment.yaml +++ b/k8s/app-chart/templates/rust_runner_deployment.yaml @@ -33,8 +33,8 @@ spec: cpu: "1" memory: "2Gi" requests: - cpu: "100m" - memory: "128Mi" + cpu: "150m" + memory: "256Mi" imagePullPolicy: Always image: "{{ .image }}" readinessProbe: