...

Text file src/k8s.io/kubernetes/test/e2e/testing-manifests/ingress/multiple-certs/svc.yaml

Documentation: k8s.io/kubernetes/test/e2e/testing-manifests/ingress/multiple-certs

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: echoheaders-https
     5  labels:
     6    app: echoheaders-https
     7spec:
     8  type: NodePort
     9  ports:
    10  - port: 80
    11    targetPort: 8080
    12    protocol: TCP
    13    name: http
    14  selector:
    15    app: echoheaders-https

View as plain text