- 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
12 lines
296 B
YAML
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"
|