feat(customer1): add embedding service kustomization, Service manifest, and staging reference

This commit is contained in:
Hermes Agent 2026-05-24 20:33:50 +00:00
parent 4df7450461
commit 9723674d9e
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: embedding-service
namespace: customer1
labels:
app: embedding-service
spec:
type: ClusterIP
selector:
app: embedding-service
ports:
- name: http
port: 8000
targetPort: 8000
protocol: TCP

View file

@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- embedding-deployment.yaml
- embedding-service.yaml

View file

@ -9,6 +9,7 @@ resources:
- ../../base/customer1/paaas-landing/ - ../../base/customer1/paaas-landing/
- ../../base/customer1/hermes-agent/ - ../../base/customer1/hermes-agent/
- ../../base/customer1/hermes-db/ - ../../base/customer1/hermes-db/
- ../../base/customer1/embedding-service/
- ../../base/customer1/trade-dashboard/ - ../../base/customer1/trade-dashboard/
- ../../base/customer1/siriusdevops-db/ - ../../base/customer1/siriusdevops-db/
- ../../base/customer1/trading-platform/ - ../../base/customer1/trading-platform/