github.com/abayer/test-infra@v0.0.5/mungegithub/submit-queue/service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 labels: 5 app: submit-queue 6 target-repo: @@ 7 name: @@-sq-status 8 spec: 9 ports: 10 - name: status 11 port: 80 12 targetPort: status 13 selector: 14 app: submit-queue 15 target-repo: @@ 16 type: NodePort