github.com/abayer/test-infra@v0.0.5/mungegithub/misc-mungers/service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    labels:
     5      app: misc-mungers
     6      target-repo: @@
     7    name: @@-mm-status
     8  spec:
     9    ports:
    10    - name: status
    11      port: 80
    12      targetPort: status
    13    selector:
    14      app: misc-mungers
    15      target-repo: @@
    16    loadBalancerIP: 146.148.39.225
    17    type: LoadBalancer