From c21e93843401546b6ae786592c9d96df47a95d37 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 30 Jun 2025 21:46:10 -0700 Subject: [PATCH] Correct the drone-runnner-docker service's targetPort The service for drone-runner-docker appears to have not been updated when the deployment was updated to host the runner's UI on port 3000. --- charts/drone-runner-docker/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/drone-runner-docker/templates/service.yaml b/charts/drone-runner-docker/templates/service.yaml index 1e404ea..8965048 100644 --- a/charts/drone-runner-docker/templates/service.yaml +++ b/charts/drone-runner-docker/templates/service.yaml @@ -8,7 +8,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: 3000 protocol: TCP name: http selector: