From f3112a195e449af585dc3a55fd4aac77a47e6124 Mon Sep 17 00:00:00 2001 From: liu-xuewen Date: Wed, 14 Dec 2022 16:16:02 +0800 Subject: [PATCH] fix: drone service wrong port and runner wrong mount --- charts/drone-runner-docker/templates/deployment.yaml | 2 +- charts/drone/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/drone-runner-docker/templates/deployment.yaml b/charts/drone-runner-docker/templates/deployment.yaml index 1a5271c..b41405c 100644 --- a/charts/drone-runner-docker/templates/deployment.yaml +++ b/charts/drone-runner-docker/templates/deployment.yaml @@ -115,7 +115,7 @@ spec: - secretRef: name: {{ . }} {{- end }} - {{- with .Values.extraVolumeMounts }} + {{- with .Values.dind.extraVolumeMounts }} volumeMounts: {{- toYaml . | nindent 12 }} {{- end }} diff --git a/charts/drone/values.yaml b/charts/drone/values.yaml index db263be..3962316 100644 --- a/charts/drone/values.yaml +++ b/charts/drone/values.yaml @@ -55,7 +55,7 @@ updateStrategy: {} service: type: ClusterIP - port: 8080 + port: 80 annotations: {} nodePort: