diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index f71376bd..9c438bbd 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -870,10 +870,10 @@ lanes: HWLAB_CODE_AGENT_ADAPTER: agentrun-v02 OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: http://otel-collector.platform-infra.svc.cluster.local:4318/v1/traces OTEL_SERVICE_NAME: hwlab-cloud-api - AGENTRUN_MGR_URL: http://agentrun-mgr.agentrun-v02.svc.cluster.local:8080 + AGENTRUN_MGR_URL: http://agentrun-mgr.agentrun-release.svc.cluster.local:8080 AGENTRUN_API_KEY: secretRef:hwlab-v03-master-server-admin-api-key/api-key - HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE: agentrun-v02 - HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE: agentrun-v02 + HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE: agentrun-release + HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE: agentrun-release HWLAB_CODE_AGENT_AGENTRUN_REPO_URL: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git HWLAB_KAFKA_ENABLED: "true" HWLAB_KAFKA_AGENTRUN_EVENT_CONSUME_ENABLED: "true"