PowerAPI formula needs information related to the CPU (e.g CPU frequency).
As now, those values are hardcoded in the configuration files (those values come from my dev environment) and would be wrong on other servers. The deployment need an initialization phase that would fetch the right values.
A possible solution could be to run an init container before deploying the stack (see: this repo )