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