From a6b81e586e86410b227f6b00d66191f5561a3081 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Wed, 15 May 2024 12:06:14 +0200 Subject: [PATCH] dashy limits --- apps/dashy/base/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashy/base/deployment.yaml b/apps/dashy/base/deployment.yaml index 36e2023..877991f 100644 --- a/apps/dashy/base/deployment.yaml +++ b/apps/dashy/base/deployment.yaml @@ -36,8 +36,8 @@ spec: protocol: TCP resources: limits: - cpu: "0.1" - memory: "500M" + cpu: "0.3" + memory: "1G" volumeMounts: - name: config mountPath: /app/user-data