github.com/replicatedhq/ship@v0.55.0/integration/failing/init/concourse/expected/base/web-svc.yaml (about)

     1  ---
     2  # Source: concourse/templates/web-svc.yaml
     3  apiVersion: v1
     4  kind: Service
     5  metadata:
     6    name: concourse-web
     7    labels:
     8      app: concourse-web
     9      chart: "concourse-3.7.2"
    10      release: "concourse"
    11      heritage: "Tiller"
    12    annotations:
    13  spec:
    14    type: ClusterIP
    15    
    16    
    17    ports:
    18      - name: atc
    19        port: 8080
    20        targetPort: atc
    21        
    22      - name: tsa
    23        port: 2222
    24        targetPort: tsa
    25        
    26    selector:
    27      app: concourse-web