chore(ops/infra/k8s): Bump website replicas to 3

There are typically 3 machines in the cluster, might as well have 3
website instances!
This commit is contained in:
Vincent Ambo 2020-02-09 02:21:09 +00:00
parent ac2c9b7e87
commit 21e0279e08

View file

@ -6,7 +6,7 @@ metadata:
labels:
app: website
spec:
replicas: 2
replicas: 3
selector:
matchLabels:
app: website