Files
xiaohongshu-mcp/k8s/base/service.yaml
Yaojia Wang 4afe4aab1e
Some checks failed
continuous-integration/drone Build is failing
Build and Release / build (push) Has been cancelled
Add CICD
2026-03-22 17:08:55 +01:00

16 lines
259 B
YAML

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