Increased replicas to 2
This commit is contained in:
parent
42d7d76681
commit
821afd478b
@ -3,7 +3,7 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: simple-example
|
name: simple-example
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@ -17,4 +17,4 @@ spec:
|
|||||||
- image: quay.io/acend/example-web-go
|
- image: quay.io/acend/example-web-go
|
||||||
name: simple-example
|
name: simple-example
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user