From fb9a0e4015f55da54f980f50042c3e13489b9997 Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 24 Nov 2025 15:11:45 -0500 Subject: [PATCH] whereabouts: increase daemonset cpu limits --- system-apps/whereabouts/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/whereabouts/daemonset.yaml b/system-apps/whereabouts/daemonset.yaml index ce8ba5d..e193d9f 100644 --- a/system-apps/whereabouts/daemonset.yaml +++ b/system-apps/whereabouts/daemonset.yaml @@ -49,7 +49,7 @@ spec: cpu: "100m" memory: "100Mi" limits: - cpu: "100m" + cpu: "300m" memory: "200Mi" securityContext: privileged: true