...

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

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

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  annotations:
     5      service.alpha.kubernetes.io/app-protocols: '{"http2":"HTTP2"}'
     6  name: echoheaders
     7  labels:
     8    app: echoheaders
     9spec:
    10  type: NodePort
    11  ports:
    12  - port: 443
    13    targetPort: 8443
    14    protocol: TCP
    15    name: http2
    16  selector:
    17    app: echoheaders

View as plain text