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