github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/cmd/upgrade/test_data/upgrade_ingress/service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 annotations: 5 fabric8.io/expose: "true" 6 fabric8.io/exposeUrl: https://jenkins.jx.wine.rawlings.it 7 fabric8.io/ingress.annotations: "kubernetes.io/ingress.class: nginx\nnginx.ingress.kubernetes.io/proxy-body-size: 500m" 8 creationTimestamp: 2018-07-12T12:46:25Z 9 labels: 10 app: jenkins 11 chart: jenkins-0.10.29 12 component: jenkins-x-jenkins-master 13 heritage: Tiller 14 release: jenkins-x 15 name: jenkins 16 namespace: test 17 resourceVersion: "30218" 18 selfLink: /api/v1/namespaces/jx/services/jenkins 19 uid: 969c4575-85d1-11e8-bb99-42010af00094 20 spec: 21 clusterIP: 10.47.248.184 22 ports: 23 - name: http 24 port: 8080 25 protocol: TCP 26 targetPort: 8080 27 selector: 28 component: jenkins-x-jenkins-master 29 sessionAffinity: None 30 type: ClusterIP 31 status: 32 loadBalancer: {}