mcpo_mcp_servers/kube/service.yaml
armistace 31b53b5b49
Some checks failed
Build and Push Image / Build and push image (push) Failing after 36s
human readme edit
2025-07-22 22:11:54 +10:00

14 lines
222 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mcpo-service
namespace: mcpo
spec:
type: NodePort
selector:
app: mcpo
ports:
- port: 80
targetPort: 8000
nodePort: 30026