modified deployment yaml

This commit is contained in:
LeadBlackTech 2023-01-16 13:44:58 -05:00
parent 6e3b376006
commit e7f61ec760

View File

@ -5,7 +5,7 @@ metadata:
spec: spec:
replicas: 1 replicas: 1
template: template:
spec: # Pod spec spec: # Pod spec leadblacktech
containers: containers:
- name: mycontainer - name: mycontainer
image: "devopsjourney1/mywebapp:latest" image: "devopsjourney1/mywebapp:latest"
@ -20,4 +20,4 @@ spec:
cpu: "50m" # 500milliCPUs (1/2 CPU) cpu: "50m" # 500milliCPUs (1/2 CPU)
limits: limits:
memory: "128Mi" memory: "128Mi"
cpu: "100m" cpu: "100m"