From c672a5cd22b1758fa2ab3e2d94e2e3bcf213de1d Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 3 Dec 2025 09:02:00 -0500 Subject: [PATCH] multus: raise CPU limits --- system-apps/multus/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/multus/daemonset.yaml b/system-apps/multus/daemonset.yaml index 31e343a..d40d4fc 100644 --- a/system-apps/multus/daemonset.yaml +++ b/system-apps/multus/daemonset.yaml @@ -37,7 +37,7 @@ spec: cpu: "100m" memory: "64Mi" limits: - cpu: "100m" + cpu: "200m" memory: "256Mi" securityContext: privileged: true