diff --git a/k8s-specifications/vote-deployment.yaml b/k8s-specifications/vote-deployment.yaml index 9a3e4332d..626da8188 100644 --- a/k8s-specifications/vote-deployment.yaml +++ b/k8s-specifications/vote-deployment.yaml @@ -20,8 +20,10 @@ spec: ports: - containerPort: 80 name: vote -# my test -# test -# test - -# test-1 + resources: + limits: + cpu: "500m" + memory: "128Mi" + requests: + cpu: "250m" + memory: "64Mi"