From b9c871a39c852ed995e0de10f67d1b1d27b9ee62 Mon Sep 17 00:00:00 2001 From: torleifg Date: Mon, 11 Nov 2024 12:05:01 +0100 Subject: [PATCH] Adjust resources in deployment --- deploy/base/organization-catalog-deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy/base/organization-catalog-deployment.yaml b/deploy/base/organization-catalog-deployment.yaml index d2ec2de..b581c53 100644 --- a/deploy/base/organization-catalog-deployment.yaml +++ b/deploy/base/organization-catalog-deployment.yaml @@ -24,7 +24,10 @@ spec: - containerPort: 8080 resources: requests: - memory: "350Mi" + memory: "750Mi" + cpu: "10m" + limits: + memory: "750Mi" livenessProbe: httpGet: path: /ping