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: metadata:
name: simple-example name: simple-example
spec: spec:
replicas: 1 replicas: 2
revisionHistoryLimit: 3 revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels: