chore(infra/k8s): Run 2 copies of the cgit server

It's stateless - yay! Redundancy makes it less likely that downtime
occurs during rollouts.
This commit is contained in:
Vincent Ambo 2019-12-20 19:03:25 +00:00
parent f133234f78
commit 38dc1704d8

View file

@ -16,7 +16,7 @@ metadata:
labels:
app: cgit
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: cgit