diff --git a/deployments/multus-daemonset-crio.yml b/deployments/multus-daemonset-crio.yml index 84d7b4029..3c1e94703 100644 --- a/deployments/multus-daemonset-crio.yml +++ b/deployments/multus-daemonset-crio.yml @@ -189,7 +189,7 @@ spec: resources: requests: cpu: "100m" - memory: "50Mi" + memory: "200Mi" limits: cpu: "100m" memory: "50Mi" diff --git a/deployments/multus-daemonset-thick.yml b/deployments/multus-daemonset-thick.yml index 1995a970b..014151742 100644 --- a/deployments/multus-daemonset-thick.yml +++ b/deployments/multus-daemonset-thick.yml @@ -159,7 +159,7 @@ spec: resources: requests: cpu: "100m" - memory: "50Mi" + memory: "200Mi" limits: cpu: "100m" memory: "50Mi" diff --git a/deployments/multus-daemonset.yml b/deployments/multus-daemonset.yml index 40fa51932..53fa8fdc0 100644 --- a/deployments/multus-daemonset.yml +++ b/deployments/multus-daemonset.yml @@ -188,7 +188,7 @@ spec: resources: requests: cpu: "100m" - memory: "50Mi" + memory: "200Mi" limits: cpu: "100m" memory: "50Mi"