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: NodePort