modified deployment yaml
This commit is contained in:
parent
6e3b376006
commit
e7f61ec760
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user