Skip to content

Commit

Permalink
here -> the Mobu documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed Jan 9, 2025
1 parent 9aafe9b commit ebe07c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions applications/mobu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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.availableServices | 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 `availableServices` list. See [here](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 [here](https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration) |
| config.githubRefreshApp | string | disabled. | Configuration for the GitHub refresh app integration. See [here](https://mobu.lsst.io/operations/github_refresh_app.html#add-phalanx-configuration) |
| config.availableServices | 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 `availableServices` list. See [the Mobu documentation](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 [the Mobu documentation](https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration) |
| config.githubRefreshApp | string | disabled. | Configuration for the GitHub refresh app integration. See [the Mobu documentation](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. |
| config.metrics.enabled | bool | `false` | Whether to enable sending metrics |
Expand Down
6 changes: 3 additions & 3 deletions applications/mobu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ config:
# 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 `availableServices` list. See
# [here](https://mobu.lsst.io/user_guide/in_repo_config.html#service-specific-notebooks)
# [the Mobu documentation](https://mobu.lsst.io/user_guide/in_repo_config.html#service-specific-notebooks)
availableServices: []

# -- Autostart specification. Must be a list of mobu flock specifications.
# Each flock listed will be automatically started when mobu is started.
autostart: []

# -- Configuration for the GitHub refresh app integration.
# See [here](https://mobu.lsst.io/operations/github_refresh_app.html#add-phalanx-configuration)
# See [the Mobu documentation](https://mobu.lsst.io/operations/github_refresh_app.html#add-phalanx-configuration)
# @default -- disabled.
githubRefreshApp: null

# -- Configuration for the GitHub CI app integration.
# See [here](https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration)
# See [the Mobu documentation](https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration)
# @default -- disabled.
githubCiApp: null

Expand Down

0 comments on commit ebe07c8

Please sign in to comment.