gcloud-lab/apps/base/customer1/hermes-agent/kustomization.yaml
Hermes Agent 214133d062 feat: add Open WebUI with Tailscale exposure
- Enable Hermes API Server (port 8642) in gateway deployment
- Add Open WebUI deployment connected to Hermes API Server
- Expose Open WebUI via Tailscale using Service annotations
- Create ClusterIP Service for Hermes Agent API Server
- All deployments follow PodSecurity restricted policy
2026-05-06 15:36:27 +00:00

12 lines
303 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- hermes-secret.yaml
- configmap.yaml
- rays-hermes-secret.yaml
- rays-deployment.yaml
- api-server-configmap.yaml
- open-webui-deployment.yaml
- open-webui-service.yaml
- hermes-service.yaml