16 lines
259 B
YAML
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
|