summaryrefslogtreecommitdiff
path: root/yaml/deployments/cas.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-15 18:06:10 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-15 18:06:10 +0100
commita8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (patch)
treee56d3f9ae9893247e9ccf1e327f7feb444f6ac46 /yaml/deployments/cas.yaml
parent26a515c2bb2b598b2d103644851ce04622b998cf (diff)
Add resources for cas deployment
Diffstat (limited to 'yaml/deployments/cas.yaml')
-rw-r--r--yaml/deployments/cas.yaml7
1 files changed, 7 insertions, 0 deletions
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