From 74d92e572eb384107dfc71e5936186bfc92331b0 Mon Sep 17 00:00:00 2001 From: smallbenji Date: Fri, 30 May 2025 14:42:35 +0200 Subject: [PATCH] Update dashboard resources --- dashboard/deployment.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dashboard/deployment.yaml b/dashboard/deployment.yaml index 1a7d62b..35b360e 100644 --- a/dashboard/deployment.yaml +++ b/dashboard/deployment.yaml @@ -62,12 +62,20 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + resources: + limits: + cpu: 1000m + memory: 250Mi + requests: + cpu: 200m + memory: 100Mi serviceAccountName: kubernetes-dashboard volumes: - name: kubernetes-dashboard-certs emptyDir: {} - name: tmp-volume emptyDir: {} + --- apiVersion: v1 kind: Service