From 21e0279e086ea267897254f84d649551b53cfd33 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 9 Feb 2020 02:21:09 +0000 Subject: chore(ops/infra/k8s): Bump website replicas to 3 There are typically 3 machines in the cluster, might as well have 3 website instances! --- ops/infra/kubernetes/website/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/infra/kubernetes/website/config.yaml b/ops/infra/kubernetes/website/config.yaml index d06dfe3db3..02de735b05 100644 --- a/ops/infra/kubernetes/website/config.yaml +++ b/ops/infra/kubernetes/website/config.yaml @@ -6,7 +6,7 @@ metadata: labels: app: website spec: - replicas: 2 + replicas: 3 selector: matchLabels: app: website -- cgit 1.4.1