From 6e0a856001a2eb2af12d694a8cb8b08d5092ff56 Mon Sep 17 00:00:00 2001 From: Dhakshan Date: Fri, 19 Jun 2026 14:21:43 +0000 Subject: [PATCH] Update bootstrap-platform/jenkins/templates/service.yaml --- bootstrap-platform/jenkins/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-platform/jenkins/templates/service.yaml b/bootstrap-platform/jenkins/templates/service.yaml index 94f4045..48bfb91 100644 --- a/bootstrap-platform/jenkins/templates/service.yaml +++ b/bootstrap-platform/jenkins/templates/service.yaml @@ -8,4 +8,4 @@ spec: ports: - port: {{ .Values.service.port }} targetPort: 8080 - type: LoadBalancer \ No newline at end of file + type: ClusterIP \ No newline at end of file