fuuko/drone/runner-exec: Remove port collision with grafana

Drone docs [1] say “Overriding this value is not recommended”, however I
do not see why I should not be able to change it.

[1] https://docs.drone.io/runner/exec/configuration/reference/drone-http-bind/
This commit is contained in:
Simon Bruder 2021-04-10 23:21:46 +02:00
parent 746581ceba
commit bb8c54065a
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -24,6 +24,7 @@ in
}; };
path = availablePkgs; path = availablePkgs;
environment = { environment = {
DRONE_HTTP_BIND = ":3002";
DRONE_RPC_HOST = "ci.sbruder.de"; DRONE_RPC_HOST = "ci.sbruder.de";
DRONE_RPC_PROTO = "https"; DRONE_RPC_PROTO = "https";
DRONE_RUNNER_CAPACITY = "2"; DRONE_RUNNER_CAPACITY = "2";