Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions helm/flowfuse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ Everything under `forge.rate_limits` is used as input to Fastify Rate Limit plug
- `forge.expert.service.requestTimeout` Timeout for the FlowFuse Expert service (default `60000`)
- `forge.expert.broker.address` Address of the MQTT broker to use for communication with the Expert service (default not set). Requires `forge.broker.teamBroker.enabled=true`, since the local team broker bridges to this central broker.
- `forge.expert.broker.port` Port of the MQTT broker to use for communication with the Expert service (default `8883`)
- `forge.expert.insights.enabled` Enable/disable FlowFuse Expert Insights feature (default `false`)

### AI

Expand Down
8 changes: 8 additions & 0 deletions helm/flowfuse/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,14 @@
"maximum": 65535
}
}
},
"insights": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
}
}
},
Expand Down
Loading