From 40281e461b8944bf022385c3bc2d5f6887c612bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA=E8=A1=9B?= =?UTF-8?q?=E9=9A=8A?= Date: Wed, 14 Feb 2024 08:29:50 +0900 Subject: [PATCH] Update chromium-deployment.yaml --- manifests/chromium-deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/chromium-deployment.yaml b/manifests/chromium-deployment.yaml index 3dff9fb..e3ad4ba 100644 --- a/manifests/chromium-deployment.yaml +++ b/manifests/chromium-deployment.yaml @@ -30,3 +30,8 @@ spec: - "--hide-scrollbars" - "--disable-dev-shm-usage" - "--no-first-run" + resources: + limits: + memory: 0.1Gi + requests: + memory: 0.5Gi