From 0fd46e4b753ce37219453c2220c1fd5cc18f790f Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 3 Dec 2025 08:59:24 -0500 Subject: [PATCH] multus: swap values around, oops --- system-apps/multus/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-apps/multus/daemonset.yaml b/system-apps/multus/daemonset.yaml index 7b11f87..31e343a 100644 --- a/system-apps/multus/daemonset.yaml +++ b/system-apps/multus/daemonset.yaml @@ -35,10 +35,10 @@ spec: resources: requests: cpu: "100m" - memory: "256Mi" + memory: "64Mi" limits: cpu: "100m" - memory: "64Mi" + memory: "256Mi" securityContext: privileged: true terminationMessagePolicy: FallbackToLogsOnError