apiVersion: v1 kind: Service metadata: name: gogs spec: type: NodePort ipFamilyPolicy: PreferDualStack selector: name: gogs ports: - protocol: TCP port: 50001 targetPort: 3000 nodePort: 31444 name: http - protocol: TCP port: 50002 targetPort: 22 nodePort: 31443 name: ssh