apiVersion: v1 kind: Service metadata: labels: app: robot name: robot spec: ports: - port: 88 nodePort: 30209 selector: app: robot type: NodePort