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

vops.apps.jenkins.2.2.335.source-code.jenkins-svc.yml Maven / Gradle / Ivy

---
apiVersion: "v1"
kind: "Service"
metadata:
  annotations:
    fabric8.io/app-menu: development
    api.service.kubernetes.io/path: /blue
  labels:
    project: "${project.artifactId}"
    provider: "fabric8"
    expose: "true"
  name: "jenkins"
spec:
  ports:
  - name: "http"
    port: 80
    protocol: "TCP"
    targetPort: 8080
  selector:
    project: "jenkins"
    provider: "fabric8"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy