github.com/abayer/test-infra@v0.0.5/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