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:
parent
3451526e01
commit
369ab27200
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue