From 9514d861b831ebf6cc68d2eec5d066ab70e5e7c9 Mon Sep 17 00:00:00 2001 From: DAXweb Date: Sat, 10 Jan 2026 00:57:31 +0100 Subject: [PATCH] Commit 3 --- deploy/deployment.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 61d7dfa..d636b1e 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -15,9 +15,18 @@ spec: app: swiggy-app spec: terminationGracePeriodSeconds: 30 + containers: - name: swiggy-app image: veeranarni/hotstar:latest imagePullPolicy: "Always" ports: - - containerPort: 3000 \ No newline at end of file + - containerPort: 3000 + + resources: + limits: + memory: 256Mi + cpu: "250m" + requests: + memory: 128Mi + cpu: "80m" \ No newline at end of file