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:
parent
ac2c9b7e87
commit
21e0279e08
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ metadata:
|
|||
labels:
|
||||
app: website
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: website
|
||||
|
|
Loading…
Reference in a new issue