From c22eeb0f7742664f7bebeadc5345aead688b2526 Mon Sep 17 00:00:00 2001 From: Henrique Pacheco Date: Fri, 21 Aug 2020 14:16:08 +0100 Subject: [PATCH] Update requested CPU capacity --- k8s/production/deployment.yaml | 2 +- k8s/staging/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/production/deployment.yaml b/k8s/production/deployment.yaml index 68507c4..19cb78d 100644 --- a/k8s/production/deployment.yaml +++ b/k8s/production/deployment.yaml @@ -28,7 +28,7 @@ spec: imagePullPolicy: Always resources: requests: - cpu: "0.5" + cpu: "0.25" memory: "256M" limits: cpu: "1" diff --git a/k8s/staging/deployment.yaml b/k8s/staging/deployment.yaml index 58198bb..fb335b8 100644 --- a/k8s/staging/deployment.yaml +++ b/k8s/staging/deployment.yaml @@ -29,7 +29,7 @@ spec: imagePullPolicy: Always resources: requests: - cpu: "0.5" + cpu: "0.25" memory: "256M" limits: cpu: "1"