Skip to content

Commit

Permalink
DM-48364: mobu - update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed Jan 8, 2025
1 parent 87a81e8 commit 9dea6ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion applications/mobu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Continuous integration testing
|-----|------|---------|-------------|
| affinity | object | `{}` | Affinity rules for the mobu frontend pod |
| config.autostart | list | `[]` | Autostart specification. Must be a list of mobu flock specifications. Each flock listed will be automatically started when mobu is started. |
| config.githubCiApp | string | disabled. | Configuration for the GitHub refresh app integration. See https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration |
| config.available_services | list | `[]` | Which applications (tap, butler, etc.) are available in this environment. Notebooks can specify a `mobu.required_services` list in their metadata, and mobu will only run them if all services in that list are in this `available_services` list. See https://mobu.lsst.io/user_guide/in_repo_config.html#service-specific-notebooks |
| config.githubCiApp | string | disabled. | Configuration for the GitHub CI app integration. See https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration |
| config.githubRefreshApp | string | disabled. | Configuration for the GitHub refresh app integration. See https://mobu.lsst.io/operations/github_refresh_app.html#add-phalanx-configuration |
| config.logLevel | string | `"INFO"` | Log level. Set to 'DEBUG' to include the output from all flocks in the main mobu log. |
| config.metrics.application | string | `"mobu"` | Name under which to log metrics. Generally there is no reason to change this. |
Expand Down
6 changes: 5 additions & 1 deletion applications/mobu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ ingress:
annotations: {}

config:
# -- Which applications (tap, butler, etc.) are available in this environment.
# Notebooks can specify a `mobu.required_services` list in their metadata, and mobu will only run them if all services in that list are in this `available_services` list.
# See https://mobu.lsst.io/user_guide/in_repo_config.html#service-specific-notebooks
available_services: []

# -- Autostart specification. Must be a list of mobu flock specifications.
# Each flock listed will be automatically started when mobu is started.
autostart: []
Expand All @@ -32,7 +37,6 @@ config:
githubRefreshApp: null

# -- Configuration for the GitHub CI app integration.
# -- Configuration for the GitHub refresh app integration.
# See https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration
# @default -- disabled.
githubCiApp: null
Expand Down

0 comments on commit 9dea6ea

Please sign in to comment.