Fix runtime gateway configuration for sub-mode agents
This commit is contained in:
@@ -9,8 +9,8 @@ data:
|
||||
|
||||
# Heicode sub-mode runtime integration
|
||||
REDIS_URL: "redis://localhost:6379/0"
|
||||
HEICODE_NEWAPI_BASE_URL: "https://code.xinghanlab.com"
|
||||
LITELLM_BASE_URL: "http://litellm-service:8000"
|
||||
HEICODE_NEWAPI_BASE_URL: "https://code.xinghanlab.com/v1"
|
||||
LITELLM_BASE_URL: "https://code.xinghanlab.com/v1"
|
||||
NAMESPACE_PREFIX: "agent"
|
||||
MAX_CONCURRENT_DEPLOYMENTS_PER_USER: "10"
|
||||
MAX_CONCURRENT_DEPLOYMENTS_PER_SCOPE: "50"
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: agent-manager
|
||||
image: agnettaiji.azurecr.io/ai-agents/agent-manager:heicode-v2-20260529232620
|
||||
image: agnettaiji.azurecr.io/ai-agents/agent-manager:heicode-v2-runtime-20260601195848-arm64
|
||||
imagePullPolicy: Always
|
||||
|
||||
ports:
|
||||
|
||||
@@ -22,7 +22,7 @@ spec:
|
||||
- name: acr-secret
|
||||
containers:
|
||||
- name: agent-manager
|
||||
image: agnettaiji.azurecr.io/agent-manager:latest
|
||||
image: agnettaiji.azurecr.io/ai-agents/agent-manager:heicode-v2-runtime-20260601195848-arm64
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ spec:
|
||||
- name: acr-secret
|
||||
containers:
|
||||
- name: agent-manager
|
||||
image: agnettaiji.azurecr.io/agent-manager:latest
|
||||
image: agnettaiji.azurecr.io/ai-agents/agent-manager:heicode-v2-runtime-20260601195848-arm64
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
Reference in New Issue
Block a user