fix: 支持 AgentRun render-only REST 入口 (#170)
Co-authored-by: AgentRun Codex <agentrun-codex@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user