From be20f899940323636dcbfe250240e10f6569c0d8 Mon Sep 17 00:00:00 2001 From: ITQ Date: Mon, 27 Jul 2026 17:42:56 +0300 Subject: [PATCH] chore(argocd/movienight): added proper requests and limits --- deploy/argocd/movienight.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/deploy/argocd/movienight.yaml b/deploy/argocd/movienight.yaml index b979143..085f216 100644 --- a/deploy/argocd/movienight.yaml +++ b/deploy/argocd/movienight.yaml @@ -22,6 +22,14 @@ spec: bootstrapSecretName: movienight-cnpg-bootstrap storage: size: 2Gi + extraSpec: + resources: + requests: + cpu: 100m + memory: 256Mi + limits: + cpu: 100m + memory: 256Mi backend: image: @@ -33,6 +41,13 @@ spec: envFrom: - secretRef: name: movienight-backend + resources: + requests: + cpu: 500m + memory: 512Mi + limits: + cpu: 500m + memory: 512Mi gateway: enabled: true