1
0
Fork 0

cluster/kube/lib/metallb: bump memory hoping to prevent crashes

master
q3k 2019-04-04 16:53:27 +02:00
parent ac38d5aeb1
commit 242152f65e
1 changed files with 2 additions and 2 deletions

View File

@ -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,