feat(argo): add PriorityClass support (#470)
This commit is contained in:
parent
9ed4650b9f
commit
209b7798d7
4 changed files with 15 additions and 1 deletions
|
|
@ -125,6 +125,10 @@ controller:
|
|||
kubernetes.io/os: linux
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
# Leverage a PriorityClass to ensure your pods survive resource shortages
|
||||
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
|
||||
# PriorityClass: system-cluster-critical
|
||||
priorityClassName: ""
|
||||
|
||||
# executor controls how the init and wait container should be customized
|
||||
executor:
|
||||
|
|
@ -185,6 +189,10 @@ server:
|
|||
kubernetes.io/os: linux
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
# Leverage a PriorityClass to ensure your pods survive resource shortages
|
||||
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
|
||||
# PriorityClass: system-cluster-critical
|
||||
priorityClassName: ""
|
||||
|
||||
# Extra arguments to provide to the Argo server binary.
|
||||
extraArgs: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue