Increased replicas to 2

This commit is contained in:
Benjamin Affolter 2021-09-07 11:18:03 +00:00
parent 42d7d76681
commit 821afd478b

View File

@ -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