Currently drone helm charts only allow a single replica for drone server (charts/deployment.yaml at 53db5d63ae66ae2fbbf8771e727854e42df61413 · drone/charts · GitHub) .
Is it possible to increase the replica, set environ to use a Service and add a redis Pod to put drone in high availability mode (like Overview | Drone)?
My issue is I may have 100-200 concurrent users looking at Drone UI and I don’t know how much load a singe drone server can handle. Has anyone benchmarked this?