apiVersion: v1 kind: Service metadata: name: elekto namespace: elekto labels: app: elekto annotations: cloud.google.com/neg: '{"ingress": true}' spec: selector: app: elekto type: ClusterIP ports: - name: http port: 80 targetPort: 8080