about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T02·21+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T02·21+0000
commit21e0279e086ea267897254f84d649551b53cfd33 (patch)
tree88a8597c9727b81a362941e0dce18f07d148f02c /ops
parentac2c9b7e87daabcaa86dfad98034f82e61915107 (diff)
chore(ops/infra/k8s): Bump website replicas to 3 r/508
There are typically 3 machines in the cluster, might as well have 3
website instances!
Diffstat (limited to 'ops')
-rw-r--r--ops/infra/kubernetes/website/config.yaml2
1 files changed, 1 insertions, 1 deletions
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