diff --git a/bootstrap-platform/jenkins/templates/service.yaml b/bootstrap-platform/jenkins/templates/service.yaml index 48bfb91..94f4045 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: ClusterIP \ No newline at end of file + type: LoadBalancer \ No newline at end of file