From 9d896f0838794c3caeb108da2251e7ac671610ab Mon Sep 17 00:00:00 2001 From: James Lee Date: Fri, 7 Sep 2018 00:23:38 +0100 Subject: [PATCH] Update tomcat-deployment.yaml --- .../Namespaces and Resource Limits/tomcat-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Advanced Kubernetes Usage/Namespaces and Resource Limits/tomcat-deployment.yaml b/Advanced Kubernetes Usage/Namespaces and Resource Limits/tomcat-deployment.yaml index cefe026..3293039 100644 --- a/Advanced Kubernetes Usage/Namespaces and Resource Limits/tomcat-deployment.yaml +++ b/Advanced Kubernetes Usage/Namespaces and Resource Limits/tomcat-deployment.yaml @@ -18,5 +18,5 @@ spec: ports: - containerPort: 8080 resources: - requests: - cpu: "200m" \ No newline at end of file + limits: + cpu: "200m"