Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mcp/weather_tool/deployment/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
labels:
app.kubernetes.io/name: weather-tool
rossoctl.io/framework: Python
# Set inject to true for [AuthBridge](https://github.com/rossoctl/rossocortex/tree/main/AuthBridge)
# Set inject to true for [AuthBridge](https://github.com/rossoctl/cortex/tree/main/AuthBridge)
rossoctl.io/inject: disabled
rossoctl.io/type: tool
rossoctl.io/workload-type: deployment
Expand All @@ -54,7 +54,7 @@ spec:
labels:
app.kubernetes.io/name: weather-tool
rossoctl.io/framework: Python
# Set inject to true for [AuthBridge](https://github.com/rossoctl/rossocortex/tree/main/AuthBridge)
# Set inject to true for [AuthBridge](https://github.com/rossoctl/cortex/tree/main/AuthBridge)
rossoctl.io/inject: disabled
rossoctl.io/transport: streamable_http
rossoctl.io/type: tool
Expand Down
Loading