...

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

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

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: echoheadersx
     5  labels:
     6    app: echoheaders
     7spec:
     8  type: NodePort
     9  ports:
    10  - port: 80
    11    targetPort: 8080
    12    protocol: TCP
    13    name: http
    14  selector:
    15    app: echoheaders
    16---
    17apiVersion: v1
    18kind: Service
    19metadata:
    20  name: echoheadersy
    21  labels:
    22    app: echoheaders
    23spec:
    24  type: NodePort
    25  ports:
    26  - port: 80
    27    targetPort: 8080
    28    protocol: TCP
    29    name: http
    30  selector:
    31    app: echoheaders
    32

View as plain text