devnet: reduce guardian replicas to 5

Enough for a 2/3+ majority, significantly less annoying to work with
(the rolling deployment updates pods one at the time).
This commit is contained in:
Leo 2020-08-16 14:03:59 +02:00
parent 3451526e01
commit 369ab27200
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ spec:
matchLabels:
app: guardian
serviceName: guardian
replicas: 10
replicas: 5
updateStrategy:
# The StatefulSet rolling update strategy is rather dumb, and updates one pod after another.
# If we want blue-green deployments, we should use a Deployment instead.