cluster/kube/lib/metallb: bump memory hoping to prevent crashes
diff --git a/cluster/kube/lib/metallb.libsonnet b/cluster/kube/lib/metallb.libsonnet
index 07fbcc0..5ebb731 100644
--- a/cluster/kube/lib/metallb.libsonnet
+++ b/cluster/kube/lib/metallb.libsonnet
@@ -133,7 +133,7 @@
                                     { name: "monitoring", containerPort: 7472 },
                                 ],
                                 resources: {
-                                    limits: { cpu: "100m", memory: "100Mi" },
+                                    limits: { cpu: "200m", memory: "300Mi" },
                                 },
                                 securityContext: {
                                     allowPrivilegeEscalation: false,
@@ -167,7 +167,7 @@
                                     { name: "monitoring", containerPort: 7472 },
                                 ],
                                 resources: {
-                                    limits: { cpu: "100m", memory: "100Mi" },
+                                    limits: { cpu: "200m", memory: "300Mi" },
                                 },
                                 securityContext: {
                                     allowPrivilegeEscalation: false,