From 3169136afa5ac571d4dc27befea26d92271a57d8 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 15 Mar 2022 16:41:46 +0100 Subject: [PATCH] Remove dashboard CPU limits --- flux2/core/base/dashboard/dashboard-values-configmap.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/flux2/core/base/dashboard/dashboard-values-configmap.yaml b/flux2/core/base/dashboard/dashboard-values-configmap.yaml index d6231aa40..29c99d22a 100644 --- a/flux2/core/base/dashboard/dashboard-values-configmap.yaml +++ b/flux2/core/base/dashboard/dashboard-values-configmap.yaml @@ -11,7 +11,6 @@ data: host: dashboard.${domain} resources: limits: - cpu: 20m memory: 32Mi requests: cpu: 10m @@ -34,7 +33,6 @@ data: tokenUrl: "https://sso.${domain}/oauth2/token" resources: limits: - cpu: 200m memory: 512Mi requests: cpu: 100m -- GitLab