mcpo_mcp_servers/kube/deployment.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

23 lines
483 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: mcpo-deployment
labels:
app: mcpo
namespace: mcpo
spec:
replicas: 3
selector:
matchLabels:
app: mcpo
template:
metadata:
labels:
app: mcpo
spec:
containers:
- name: mcpo
image: git.aridgwayweb.com/armistace/mcpo:latest
ports:
- containerPort: 8000