diff --git a/devnet/bridge.yaml b/devnet/bridge.yaml index bbed73ce5..ca5a9388f 100644 --- a/devnet/bridge.yaml +++ b/devnet/bridge.yaml @@ -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.