turbonomic / orm

Operator Resource Mapping
Apache License 2.0
5 stars 13 forks source link

Migration Toolkit #13

Closed esara closed 2 years ago

esara commented 2 years ago

The crd is not documenting the API: https://github.com/konveyor/mig-operator/blob/master/deploy/olm-catalog/bundle/manifests/migrationcontroller.crd.yaml

The (ansible) operator is using https://github.com/konveyor/mig-operator/blob/master/roles/migrationcontroller/templates/controller.yml.j2#L137 with default values from https://github.com/konveyor/mig-operator/blob/master/roles/migrationcontroller/defaults/main.yml#L57

mig_controller_limits_cpu: "1"
mig_controller_limits_memory: "10Gi"
mig_controller_requests_cpu: "100m"
mig_controller_requests_memory: "350Mi"