Moved all Jenkins configuration to separate folder

This commit is contained in:
Marcin-Ramotowski
2025-07-19 18:15:52 +02:00
parent 0255e817da
commit 2ab6903e45
6 changed files with 0 additions and 0 deletions

17
jenkins/service.yaml Normal file
View File

@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: service-jenkins
namespace: jenkins
annotations:
prometheus.io/scrape: 'true'
prometheus.io/path: /
prometheus.io/port: '8080'
spec:
selector:
app: server-jenkins
type: ClusterIP
ports:
- name: http
port: 8080
targetPort: 8080