From 178e46f7c0c186bd8a09bf99a9415ee03dc89af4 Mon Sep 17 00:00:00 2001 From: Dhakshan Date: Fri, 19 Jun 2026 14:08:36 +0000 Subject: [PATCH] Update bootstrap-platform/jenkins/templates/service.yaml --- bootstrap-platform/jenkins/{ => templates}/service.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename bootstrap-platform/jenkins/{ => templates}/service.yaml (64%) diff --git a/bootstrap-platform/jenkins/service.yaml b/bootstrap-platform/jenkins/templates/service.yaml similarity index 64% rename from bootstrap-platform/jenkins/service.yaml rename to bootstrap-platform/jenkins/templates/service.yaml index ea78664..48bfb91 100644 --- a/bootstrap-platform/jenkins/service.yaml +++ b/bootstrap-platform/jenkins/templates/service.yaml @@ -6,7 +6,6 @@ spec: selector: app: jenkins ports: - - name: http - port: 8080 + - port: {{ .Values.service.port }} targetPort: 8080 type: ClusterIP \ No newline at end of file