From 38dc1704d88c0ddfa6ec5455061698f6c783f00a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 20 Dec 2019 19:03:25 +0000 Subject: chore(infra/k8s): Run 2 copies of the cgit server It's stateless - yay! Redundancy makes it less likely that downtime occurs during rollouts. --- infra/kubernetes/cgit/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') 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 -- cgit 1.4.1