Richard Lander
Richard Lander
[relies on item to utilize config files for controllers] This will allow us to change log levels on the fly for debugging customer controllers
Determine minimum required CPU and set CPU requests accordingly. Determine memory requirements under load and set Memory requests and limits to the same value so as to prevent OOM kills...
This function is used by tptdev to push docker images: https://github.com/threeport/threeport/blob/0.6/pkg/threeport-installer/v0/tptdev/images.go#L186 It is called from the build command here: https://github.com/threeport/threeport/blob/0.6/cmd/tptdev/cmd/build.go#L114 It currently only supports pushing to dockerhub. We should add...
All the existing make targets in `Makefile` need to be implemented using [Mage](https://github.com/magefile/mage). They should be added to the existing `magefile.go`.