forked from innovacion/searchbox
25 lines
606 B
YAML
25 lines
606 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: searchbox-mcp
|
|
namespace: apps
|
|
labels:
|
|
app: searchbox-mcp
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: searchbox-mcp
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: searchbox-mcp
|
|
spec:
|
|
imagePullSecrets:
|
|
- name: gitea-registry-cred
|
|
containers:
|
|
- name: searchbox-mcp
|
|
image: gitea.ia-innovacion.work/innovacion/searchbox-mcp:latest
|
|
ports:
|
|
- containerPort: 8000
|