diff --git a/kustom-webapp/base/deployment.yaml b/kustom-webapp/base/deployment.yaml index dc11465..b775469 100644 --- a/kustom-webapp/base/deployment.yaml +++ b/kustom-webapp/base/deployment.yaml @@ -5,7 +5,7 @@ metadata: spec: replicas: 1 template: - spec: # Pod spec + spec: # Pod spec leadblacktech containers: - name: mycontainer image: "devopsjourney1/mywebapp:latest" @@ -20,4 +20,4 @@ spec: cpu: "50m" # 500milliCPUs (1/2 CPU) limits: memory: "128Mi" - cpu: "100m" \ No newline at end of file + cpu: "100m"