apiVersion: v1 kind: Service metadata: name: nginx spec: type: ClusterIP ipFamilies: - IPv4 ipFamilyPolicy: SingleStack ports: - name: http port: 8080 protocol: TCP targetPort: 8080 selector: name: nginx sessionAffinity: None