Closed KevinFrommeltAtFanatics closed 7 months ago
@KevinFrommeltAtFanatics you can customize the priorityClassName and other podSpec fields by using a strategic merge patch, for further details see custom mods via a strategic merge patch, i.e.
apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: artemis-broker
spec:
resourceTemplates:
- selector:
kind: StatefulSet
patch:
kind: StatefulSet
spec:
template:
spec:
priorityClassName: high-priority
This enhancement will be included in 1.2.0
Describe the feature Add the ability to configure the
priorityClassName
for the broker pods. We would like to be able to set thepriorityClassName
to something other than the default.