[stable/zfs]: add custom priorityclass template for zfs charts (#363)

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
This commit is contained in:
Prateek Pandey 2021-07-28 12:39:49 +05:30 committed by GitHub
parent c399c1b522
commit 7256a6d65c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 1 deletions

View file

@ -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