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