gcloud-lab/apps/base/customer1/hermes-agent/kustomization.yaml
Hermes Agent 84b3d2436e feat: replace Open WebUI with native Hermes WebUI
Swap the generic Open WebUI frontend for the purpose-built
hermes-webui (nesquena) with full CLI parity:

- 3-panel layout: sessions, chat, workspace file browser
- Native session, cron, skills, memory, profile management
- Themes (dark/light/slate/solarized/monokai/nord/oled)
- Mobile responsive
- Sidecar container sharing the hermes-agent PVC
- Exposed via Tailscale on port 8787 (plain HTTP)

Access: http://hermes-webui.tail14a963.ts.net:8787
2026-05-06 19:33:38 +00:00

11 lines
274 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
- hermes-webui-service.yaml
- hermes-service.yaml