From 5c0aa63ed4f8d321123a24f6d7dda1f56e86f8ae Mon Sep 17 00:00:00 2001 From: Dhakshan Date: Fri, 19 Jun 2026 14:05:13 +0000 Subject: [PATCH] Add bootstrap-platform/jenkins/service.yaml --- bootstrap-platform/jenkins/service.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bootstrap-platform/jenkins/service.yaml diff --git a/bootstrap-platform/jenkins/service.yaml b/bootstrap-platform/jenkins/service.yaml new file mode 100644 index 0000000..ea78664 --- /dev/null +++ b/bootstrap-platform/jenkins/service.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Service +metadata: + name: jenkins +spec: + selector: + app: jenkins + ports: + - name: http + port: 8080 + targetPort: 8080 + type: ClusterIP \ No newline at end of file