feat: enable AgentRun Kafka stream env
This commit is contained in:
@@ -72,6 +72,15 @@ controlPlane:
|
||||
AGENTRUN_MANAGER_RECONCILER_BATCH_SIZE: "20"
|
||||
AGENTRUN_MANAGER_RECONCILER_ENABLED: "true"
|
||||
AGENTRUN_MANAGER_RECONCILER_INTERVAL_MS: "30000"
|
||||
AGENTRUN_KAFKA_ENABLED: "true"
|
||||
AGENTRUN_KAFKA_SHADOW_PRODUCE_ENABLED: "true"
|
||||
AGENTRUN_KAFKA_SHADOW_CONSUME_ENABLED: "false"
|
||||
AGENTRUN_KAFKA_STDIO_PRODUCE_ENABLED: "true"
|
||||
AGENTRUN_KAFKA_BOOTSTRAP_SERVERS: platform-infra-kafka-kafka-bootstrap.platform-infra.svc.cluster.local:9092
|
||||
AGENTRUN_KAFKA_EVENT_TOPIC: agentrun.event.v1
|
||||
AGENTRUN_KAFKA_STDIO_TOPIC: codex-stdio.raw.v1
|
||||
AGENTRUN_KAFKA_CLIENT_ID: agentrun-v02-manager
|
||||
AGENTRUN_KAFKA_STDIO_CLIENT_ID: agentrun-v02-runner
|
||||
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: http://otel-collector.platform-infra.svc.cluster.local:4318/v1/traces
|
||||
OTEL_SERVICE_NAME: agentrun-manager
|
||||
UNIDESK_NODE_ID: NC01
|
||||
|
||||
Reference in New Issue
Block a user