apiVersion: v1 kind: Service metadata: name: ipfs spec: type: NodePort selector: name: ipfs ports: - port: 4001 targetPort: 4001 nodePort: 31541 name: quic protocol: UDP - protocol: TCP port: 5001 targetPort: 5001 nodePort: 31542 name: rpc - protocol: TCP port: 8080 targetPort: 8080 nodePort: 31543 name: http