From 242152f65e319ce52dbee145a3297b14602f019c Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Thu, 4 Apr 2019 16:53:27 +0200 Subject: [PATCH] cluster/kube/lib/metallb: bump memory hoping to prevent crashes --- cluster/kube/lib/metallb.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/kube/lib/metallb.libsonnet b/cluster/kube/lib/metallb.libsonnet index 07fbcc08..5ebb731b 100644 --- a/cluster/kube/lib/metallb.libsonnet +++ b/cluster/kube/lib/metallb.libsonnet @@ -133,7 +133,7 @@ local bindServiceAccountClusterRole(sa, cr) = kube.ClusterRoleBinding(cr.metadat { name: "monitoring", containerPort: 7472 }, ], resources: { - limits: { cpu: "100m", memory: "100Mi" }, + limits: { cpu: "200m", memory: "300Mi" }, }, securityContext: { allowPrivilegeEscalation: false, @@ -167,7 +167,7 @@ local bindServiceAccountClusterRole(sa, cr) = kube.ClusterRoleBinding(cr.metadat { name: "monitoring", containerPort: 7472 }, ], resources: { - limits: { cpu: "100m", memory: "100Mi" }, + limits: { cpu: "200m", memory: "300Mi" }, }, securityContext: { allowPrivilegeEscalation: false,