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:
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"
cpu: "100m"