From 02dea17624b37a04dc59ce36a903a30e6d1a6785 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sun, 28 Jun 2020 23:00:44 +0100 Subject: [PATCH] [28.06.20] Changed CPU limit back to 250m as it became slow --- configuration/kubernetes/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index ce39556..b43197a 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -80,7 +80,7 @@ spec: cpu: 10m memory: 256Mi limits: - cpu: 50m + cpu: 250m memory: 512Mi restartPolicy: Always imagePullSecrets: