This PR makes priorityClassName configurable in all current charts. In fact, we might need to specify priorities for services other than Orion, QL, and Crate since the default priority if not specified and there's no global default (i.e. there's no PriorityClass resource with globalDefault: true) becomes zero, which is the lowest possible. (See K8s docs about it).
I picked up an issue with the IoT Agent chart that I initially thought was related to this PR's change set, but after rolling back the changes the issue was still there, so I opened a separate GH issue to tackle it some other time---see #62.
This PR makes
priorityClassName
configurable in all current charts. In fact, we might need to specify priorities for services other than Orion, QL, and Crate since the default priority if not specified and there's no global default (i.e. there's noPriorityClass
resource withglobalDefault: true
) becomes zero, which is the lowest possible. (See K8s docs about it).I picked up an issue with the IoT Agent chart that I initially thought was related to this PR's change set, but after rolling back the changes the issue was still there, so I opened a separate GH issue to tackle it some other time---see #62.