diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T19·03+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T19·03+0000 |
commit | 38dc1704d88c0ddfa6ec5455061698f6c783f00a (patch) | |
tree | 2043e6eae30abb05aeb73bb817f0c403d83d6b5b /infra/kubernetes | |
parent | f133234f7829eb523b5adbfeea6d83d8395190f8 (diff) |
chore(infra/k8s): Run 2 copies of the cgit server r/232
It's stateless - yay! Redundancy makes it less likely that downtime occurs during rollouts.
Diffstat (limited to 'infra/kubernetes')
-rw-r--r-- | infra/kubernetes/cgit/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/kubernetes/cgit/config.yaml b/infra/kubernetes/cgit/config.yaml index e48544d50742..78de82ee09ee 100644 --- a/infra/kubernetes/cgit/config.yaml +++ b/infra/kubernetes/cgit/config.yaml @@ -16,7 +16,7 @@ metadata: labels: app: cgit spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: cgit |