mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2026-02-02 07:35:12 +01:00
[stable/zfs]: add custom priorityclass template for zfs charts (#363)
Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
This commit is contained in:
parent
c399c1b522
commit
7256a6d65c
4 changed files with 49 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ zfsNode:
|
|||
tolerations: []
|
||||
securityContext: {}
|
||||
labels: {}
|
||||
priorityClass:
|
||||
create: true
|
||||
name: zfs-csi-node-critical
|
||||
|
||||
# zfsController contains the configurables for
|
||||
# the zfs controller statefulset
|
||||
|
|
@ -110,6 +113,10 @@ zfsController:
|
|||
nodeSelector: {}
|
||||
tolerations: []
|
||||
securityContext: {}
|
||||
priorityClass:
|
||||
create: true
|
||||
name: zfs-csi-controller-critical
|
||||
|
||||
|
||||
# zfsPlugin is the common csi container used by the
|
||||
# controller statefulset and node daemonset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue