From e7f61ec760dbab76d81539e23f9bb83c06d741fb Mon Sep 17 00:00:00 2001 From: LeadBlackTech Date: Mon, 16 Jan 2023 13:44:58 -0500 Subject: [PATCH] modified deployment yaml --- kustom-webapp/base/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"