chore(forgejo-runner): set replicas to 3 to allow faster build times

This commit is contained in:
richardrobertreitz 2025-07-02 12:10:04 +00:00
parent c28c4e791f
commit b3b1138a8a

View file

@ -7,7 +7,7 @@ metadata:
namespace: gitea
spec:
# Two replicas means that if one is busy, the other can pick up jobs.
replicas: 1
replicas: 3
selector:
matchLabels:
app: forgejo-runner