New priority proposal to avoid preemption of system/not swh pods with the default priority
Some components deployed via external helm charts can have a priority defined. They are evicted when the resources start to be short.
To avoid that, we can declare our low priority components with a priority < 0 so they will be preempted in favour of other cluster components like opentelemetry exporter or some operators
Only in staging for now to validate it's ok.