drone / charts

Helm charts for the Drone platform on Kubernetes
Other
166 stars 116 forks source link

fix: drone service wrong port and runner wrong mount #112

Open liu-xuewen opened 1 year ago

liu-xuewen commented 1 year ago
  1. Drone service port 8080 will cause fail errors: curl -X POST http://drone/rpc/v2/ping

  2. drone-runner-docker wrong mount will cause fail errors: docker not found

jimsheldon commented 1 year ago

You can set the drone server port to 80 in your values yaml file if needed, we shouldn't have to change the default from 8080 to 80. Unless I'm missing something?

Can you submit a different PR with the dind change? Thanks