Add support for setting priorityClassName #429
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to take advantage of the pod priority and preemption feature, I would like to be able to set the
priorityClassName
on the Gitea pod.This should be as simple as adding
priorityClassName
to the StatefulSet template with no default value.Let me know if there are any considerations!