gcloud-lab/apps/base/customer1/hermes-agent/api-server-configmap.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
296 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: hermes-api-server
namespace: customer1
data:
API_SERVER_ENABLED: "true"
API_SERVER_HOST: "0.0.0.0"
API_SERVER_KEY: "" # TODO: set a key or leave empty for tailnet-only
API_SERVER_PORT: "8642"
API_SERVER_MODEL_NAME: "hermes-agent"