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,