Add bootstrap-platform/jenkins/service.yaml

This commit is contained in:
Dhakshan 2026-06-19 14:05:13 +00:00
parent 7e052c4c68
commit 5c0aa63ed4
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: jenkins
spec:
selector:
app: jenkins
ports:
- name: http
port: 8080
targetPort: 8080
type: ClusterIP