Decrease replicas to 1

This commit is contained in:
Benjamin Affolter 2021-09-07 12:22:27 +00:00
parent 821afd478b
commit 75afe03b3e

View File

@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: simple-example
spec:
replicas: 2
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels: