mingyunzhiye — apiVersion: v1 kind: Service metadata: name: xxxxxx namespace: xxx labels: app: xxxxxx spec: type: NodePort ports: - port: xxxx name: xxxxxx selector: app: xxxxxx