Fix kubernetes configs.
Currently we have several problems in kubernetes configs.
- migrator job doesn't have limits on cpu and ram;
- redis env value converted to boolean after formatting;
- wrong indent in yamls;
- invalid format for CMD in Dockerfile.
If you find more, please fell free to add comments.