apiVersion: v1 kind: Service metadata: name: promiscuity-world labels: app: promiscuity-world spec: selector: app: promiscuity-world type: NodePort ports: - name: http port: 80 targetPort: 5004 nodePort: 30084