apiVersion: v1 kind: Service metadata: name: xiaohongshu-mcp spec: type: ClusterIP ports: - port: 18060 targetPort: 18060 protocol: TCP name: mcp-http selector: app: xiaohongshu-mcp