about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T19·03+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T19·03+0000
commit38dc1704d88c0ddfa6ec5455061698f6c783f00a (patch)
tree2043e6eae30abb05aeb73bb817f0c403d83d6b5b
parentf133234f7829eb523b5adbfeea6d83d8395190f8 (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.
-rw-r--r--infra/kubernetes/cgit/config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/kubernetes/cgit/config.yaml b/infra/kubernetes/cgit/config.yaml
index e48544d507..78de82ee09 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