From cc2bf17e6904b57b6a6593913fcc866cd6097cc7 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 20 Feb 2021 12:16:43 -0500 Subject: [PATCH] up memory requirements to avoid sudden container death --- helm/templates/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index 24c751d..b0d7e53 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -43,11 +43,11 @@ spec: readOnly: true resources: limits: - memory: "10Gi" - cpu: "6" + memory: 8Gi + cpu: "16" requests: - memory: "512Mi" - cpu: "1" + memory: 8Gi + cpu: 1m restartPolicy: Always volumes: - name: config