kind: Service apiVersion: v1 metadata: name: ingress-nginx spec: externalTrafficPolicy: Local type: LoadBalancer ports: - name: http port: 80 protocol: TCP targetPort: http - name: https port: 443 protocol: TCP targetPort: https