apiVersion: v1 kind: Service metadata: name: nginx-svc spec: ipFamilies: - IPv6 ipFamilyPolicy: SingleStack ports: - name: 32323-80 port: 32323 protocol: TCP targetPort: 80 nodePort: 32323 selector: run: nginx type: NodePort