This commit is contained in:
2025-09-27 03:33:29 +00:00
parent cda334a45d
commit 78a7acbe3e
6 changed files with 188 additions and 0 deletions

24
.k8s/deployment.yaml Normal file
View File

@@ -0,0 +1,24 @@
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