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