orchestracities / charts

This project includes helm charts developed to deploy orchestra cities (thus covering as well some FIWARE services)
Apache License 2.0
11 stars 9 forks source link

Make pod priority settings configurable in orchestra charts #63

Closed c0c0n3 closed 4 years ago

c0c0n3 commented 4 years ago

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.