gcloud-lab/apps/base/customer1/hermes-agent/api-server-configmap.yaml

13 lines
296 B
YAML
Raw Permalink Normal View History

---
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"