All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nant.apps.jenkins.4.0.104.source-code.jenkins-svc.yml Maven / Gradle / Ivy

---
apiVersion: "v1"
kind: "Service"
metadata:
  labels:
    app: "jenkins"
    provider: "fabric8"
    expose: "true"
  annotations:
    fabric8.io/app-menu: development
  name: "jenkins"
spec:
  ports:
  - name: "http"
    port: 80
    protocol: "TCP"
    targetPort: 8080
  selector:
    app: "jenkins"
    provider: "fabric8"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy