diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T02·21+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T02·21+0000 |
commit | 21e0279e086ea267897254f84d649551b53cfd33 (patch) | |
tree | 88a8597c9727b81a362941e0dce18f07d148f02c /ops/infra | |
parent | ac2c9b7e87daabcaa86dfad98034f82e61915107 (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/infra')
-rw-r--r-- | ops/infra/kubernetes/website/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/infra/kubernetes/website/config.yaml b/ops/infra/kubernetes/website/config.yaml index d06dfe3db317..02de735b05d0 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 |