From 80c00b0e4b6089290f2044c8c16f57a0411acd2a Mon Sep 17 00:00:00 2001 From: Nir Date: Sun, 13 Jun 2021 08:38:56 +0300 Subject: [PATCH] remove memory limit and increase requested memory. I've seen OOM and problem during container startup which made it fail. this was resolved by increasing the memory. Signed-off-by: Nir --- install/poison-pill-deamonset.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/poison-pill-deamonset.yaml b/install/poison-pill-deamonset.yaml index 4daee8a4..8ceccd24 100644 --- a/install/poison-pill-deamonset.yaml +++ b/install/poison-pill-deamonset.yaml @@ -44,12 +44,9 @@ spec: name: p-pill-port protocol: TCP resources: - limits: - cpu: 100m - memory: 30Mi requests: cpu: 100m - memory: 20Mi + memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: ClusterFirst