Skip to content

Commit 8891b31

Browse files
committed
Add mcp config
1 parent 44260a3 commit 8891b31

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

deploy/all-cr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ data:
381381
monitor:
382382
forwardEnabled: ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:true}
383383
rejectEnabled: true
384+
mcp:
385+
enabled: ${CONFIG_MCP_ENABLED:false}
386+
path: ${CONFIG_MCP_PATH:/mcp}
384387
mq:
385388
liveMode: ${CONFIG_LIVE_MQ_MODE:ISOLATION_CLUSTER}
386389
laneMode: ${CONFIG_LANE_MQ_MODE:SHARED}

deploy/joylive-injector/config/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ agent:
232232
monitor:
233233
forwardEnabled: ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:true}
234234
rejectEnabled: true
235+
mcp:
236+
enabled: ${CONFIG_MCP_ENABLED:false}
237+
path: ${CONFIG_MCP_PATH:/mcp}
235238
mq:
236239
liveMode: ${CONFIG_LIVE_MQ_MODE:ISOLATION_CLUSTER}
237240
laneMode: ${CONFIG_LANE_MQ_MODE:SHARED}
23 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)