diff --git a/flux2/core/base/dashboard/dashboard-values-configmap.yaml b/flux2/core/base/dashboard/dashboard-values-configmap.yaml
index 438e534832ca1fef8b307fc986810a9a6b462d31..804e99f69c6c94abc23a4e240c8435b887ddd373 100644
--- a/flux2/core/base/dashboard/dashboard-values-configmap.yaml
+++ b/flux2/core/base/dashboard/dashboard-values-configmap.yaml
@@ -36,11 +36,11 @@ data:
       kratosUrl: single-sign-on-kratos-admin
       resources:
         limits:
-          cpu: 40m
-          memory: 256Mi
+          cpu: 200m
+          memory: 512Mi
         requests:
-          cpu: 20m
-          memory: 128Mi
+          cpu: 100m
+          memory: 256Mi
     ingress:
       certManager: true
       enabled: true