From 1857eef869b88fd4b4a9a2f42c349cbb961ca602 Mon Sep 17 00:00:00 2001 From: Michael William Le Nguyen Date: Tue, 14 Jul 2020 16:34:19 -0700 Subject: [PATCH] chart: add priority class to questions.yml Signed-off-by: Michael William Le Nguyen --- chart/questions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chart/questions.yml b/chart/questions.yml index 55a0151..97e5b7b 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -239,6 +239,12 @@ WARNING: DO NOT CHANGE THIS SETTING WITH ATTACHED VOLUMES.' group: "Longhorn Default Settings" type: string default: "" + - variable: defaultSettings.priorityClass + label: Priority Class + description: "The name of the Priority Class to set on the Longhorn workloads. This can help prevent Longhorn workloads from being evicted under Node Pressure. WARNING: DO NOT CHANGE THIS SETTING WITH ATTACHED VOLUMES." + group: "Longhorn Default Settings" + type: string + default: "" - variable: defaultSettings.autoSalvage label: Automatic salvage description: "If enabled, volumes will be automatically salvaged when all the replicas become faulty e.g. due to network disconnection. Longhorn will try to figure out which replica(s) are usable, then use them for the volume. By default true."