apiVersion: v1 kind: Service metadata: labels: app: ytmd name: ytmd namespace: ytmd spec: selector: app: ytmd ports: - name: http port: 8000 protocol: TCP targetPort: 8000 clusterIP: None type: ClusterIP