apiVersion: v1 kind: Service metadata: name: nginx-nodeport-service labels: app: nginx-nodeport annotations: description: "LoadBalancer service for nginx-nodeport deployment with IPv6 support" spec: type: LoadBalancer externalTrafficPolicy: Local selector: app: nginx-nodeport ports: - name: http port: 8080 targetPort: 8080 protocol: TCP