From a8a948998cd12c5bfbb24a1fcf123901c70cb1c0 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 15 Jan 2025 18:06:10 +0100 Subject: Add resources for cas deployment --- yaml/deployments/cas.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'yaml/deployments/cas.yaml') diff --git a/yaml/deployments/cas.yaml b/yaml/deployments/cas.yaml index fe7c082..1b106ad 100644 --- a/yaml/deployments/cas.yaml +++ b/yaml/deployments/cas.yaml @@ -21,6 +21,13 @@ spec: matchLabels: app: cas-app topologyKey: "kubernetes.io/hostname" + resources: + requests: + cpu: "200m" + memory: "500Mi" + limits: + cpu: "500m" + memory: "1Gi" containers: - name: cas image: ghcr.io/cas-4/backend:latest -- cgit v1.2.3-18-g5258