From df2eccc8183165d2585936c8ad398ab15bdb5724 Mon Sep 17 00:00:00 2001 From: Ayobami Ayodeji Date: Wed, 18 Jan 2023 08:59:28 -0800 Subject: [PATCH] Update client-deployment.yaml --- fib-calculator/k8s/client-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fib-calculator/k8s/client-deployment.yaml b/fib-calculator/k8s/client-deployment.yaml index 563e128..e60a938 100644 --- a/fib-calculator/k8s/client-deployment.yaml +++ b/fib-calculator/k8s/client-deployment.yaml @@ -17,7 +17,7 @@ spec: - name: client resources: requests: - cpu: 500m + cpu: 250m memory: 128Mi limits: cpu: 1000m @@ -25,4 +25,4 @@ spec: imagePullPolicy: Always image: .azurecr.io/client:v1 ports: - - containerPort: 3000 \ No newline at end of file + - containerPort: 3000