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