23 lines
397 B
YAML
23 lines
397 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
annotations:
|
||
|
|
description: MCP server for AI/LLM integration
|
||
|
|
labels:
|
||
|
|
app: mcp-server
|
||
|
|
component: provisioning-platform
|
||
|
|
name: mcp-server
|
||
|
|
spec:
|
||
|
|
ports:
|
||
|
|
- name: http
|
||
|
|
port: 8888
|
||
|
|
protocol: TCP
|
||
|
|
targetPort: 8888
|
||
|
|
- name: metrics
|
||
|
|
port: 8889
|
||
|
|
protocol: TCP
|
||
|
|
targetPort: 8889
|
||
|
|
selector:
|
||
|
|
app: mcp-server
|
||
|
|
type: ClusterIP
|