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:
parent
f133234f78
commit
38dc1704d8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: cgit
|
app: cgit
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: cgit
|
app: cgit
|
||||||
|
|
Loading…
Reference in a new issue