Add CheckConfig for MemoryKiller.maxRSS versus spec.limits.memory in SideKiq
We added the ability to configure SideKiq memorykiller in https://gitlab.com/charts/gitlab/issues/1048.
We should make sure that users cannot set a `memorykiller.maxRSS` value that is larger than their `spec.limits.memory` value.
After discussion with @WarheadsSE , we concurred that it belongs in checkconfig.
issue