79794283

Date: 2025-10-19 13:07:12
Score: 0.5
Natty:
Report link

Yes you can do this

apiVersion: v1
kind: Service
metadata:
  name: hello-world
spec:
  type: NodePort
  selector:
    app: hello-world
  ports:
    - port: 8085
      targetPort: http
      nodePort: 30085
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marcelo Waisman