From 9723674d9ee93082377d7aea24d606081176740d Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sun, 24 May 2026 20:33:50 +0000 Subject: [PATCH] feat(customer1): add embedding service kustomization, Service manifest, and staging reference --- .../embedding-service/embedding-service.yaml | 16 ++++++++++++++++ .../embedding-service/kustomization.yaml | 6 ++++++ apps/staging/customer1/kustomization.yaml | 1 + 3 files changed, 23 insertions(+) create mode 100644 apps/base/customer1/embedding-service/embedding-service.yaml create mode 100644 apps/base/customer1/embedding-service/kustomization.yaml diff --git a/apps/base/customer1/embedding-service/embedding-service.yaml b/apps/base/customer1/embedding-service/embedding-service.yaml new file mode 100644 index 0000000..a4babf1 --- /dev/null +++ b/apps/base/customer1/embedding-service/embedding-service.yaml @@ -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 diff --git a/apps/base/customer1/embedding-service/kustomization.yaml b/apps/base/customer1/embedding-service/kustomization.yaml new file mode 100644 index 0000000..37a7f79 --- /dev/null +++ b/apps/base/customer1/embedding-service/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - embedding-deployment.yaml + - embedding-service.yaml diff --git a/apps/staging/customer1/kustomization.yaml b/apps/staging/customer1/kustomization.yaml index 692977d..564f707 100644 --- a/apps/staging/customer1/kustomization.yaml +++ b/apps/staging/customer1/kustomization.yaml @@ -9,6 +9,7 @@ resources: - ../../base/customer1/paaas-landing/ - ../../base/customer1/hermes-agent/ - ../../base/customer1/hermes-db/ + - ../../base/customer1/embedding-service/ - ../../base/customer1/trade-dashboard/ - ../../base/customer1/siriusdevops-db/ - ../../base/customer1/trading-platform/