k8s.io/kubernetes@v1.29.3/test/e2e/testing-manifests/ingress/multiple-certs/svc.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: echoheaders-https 5 labels: 6 app: echoheaders-https 7 spec: 8 type: NodePort 9 ports: 10 - port: 80 11 targetPort: 8080 12 protocol: TCP 13 name: http 14 selector: 15 app: echoheaders-https