github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/mungegithub/submit-queue/nginx-redirect/nginx-svc.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 labels: 5 app: nginx-https-redirect 6 name: nginx-https-redirect 7 namespace: default 8 spec: 9 ports: 10 - port: 80 11 protocol: TCP 12 targetPort: 80 13 selector: 14 app: nginx-https-redirect 15 type: NodePort