apiVersion: v1 kind: Service metadata: name: tessesdotnet spec: type: NodePort selector: app: tessesdotnet ports: - protocol: TCP port: 30001 targetPort: 4206 nodePort: 30001