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"