devlake Plugin

This plugin installs DevLake in an existing K8s cluster.

Note that this isn’t a production-ready installation; it’s only meant as an alternative for the original docker-compose installation should you prefer K8s.

Usage

  1. tools:
  2. # name of the tool
  3. - name: devlake
  4. # id of the tool instance
  5. instanceID: default
  6. # format: name.instanceID; If specified, dtm will make sure the dependency is applied first before handling this tool.
  7. dependsOn: []`

All the parameters in the example above are mandatory.