...

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

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

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: hostname
     5  annotations:
     6    cloud.google.com/neg: '{"ingress":true}'
     7spec:
     8  ports:
     9  - port: 80
    10    protocol: TCP
    11    targetPort: 9376
    12  selector:
    13    run: hostname
    14  sessionAffinity: None
    15  type: ClusterIP

View as plain text