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