github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/charts/mungegithub/chart/templates/service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    labels:
     5      app: submit-queue
     6      org: {{ .Values.organization }}
     7      repo: {{ .Values.repository }}
     8    name: {{ template "fullname" . }}
     9  spec:
    10    ports:
    11    - name: status
    12      port: 80
    13      targetPort: status
    14    selector:
    15      app: submit-queue
    16      org: {{ .Values.organization }}
    17      repo: {{ .Values.repository }}
    18    type: NodePort