fix: 支持 AgentRun render-only REST 入口 (#170)

Co-authored-by: AgentRun Codex <agentrun-codex@users.noreply.github.com>
This commit is contained in:
Lyon
2026-06-11 15:39:52 +08:00
committed by GitHub
parent 83a303959e
commit 8cf6534bec
12 changed files with 338 additions and 12 deletions
+13
View File
@@ -4,6 +4,19 @@
"gitopsBranch": "v0.1-gitops",
"runtimePath": "deploy/gitops/g14/runtime-v01",
"unideskSshEndpointEnv": { "name": "UNIDESK_MAIN_SERVER_IP", "value": "74.48.78.17" },
"managerApiKeyEnv": { "name": "AGENTRUN_API_KEY", "secretRef": { "name": "agentrun-v01-api-key", "key": "HWLAB_API_KEY" } },
"managerPublicExposure": {
"enabled": true,
"kind": "frp-tcp",
"name": "agentrun-v01-frpc",
"serverAddr": "74.48.78.17",
"serverPort": 7000,
"localIP": "agentrun-mgr.agentrun-v01.svc.cluster.local",
"localPort": 8080,
"remotePort": 22880,
"publicBaseUrl": "https://agentrun.74-48-78-17.nip.io/",
"masterBaseUrl": "http://127.0.0.1:22880"
},
"services": [
{
"id": "agentrun-mgr",