Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Add support for priority classes #227

@alex-bes

Description

@alex-bes

Describe the bug
There does not seem to be a way to specify priority classes for pods.

Expected behavior
Add the priorityClassName parameter in values.yaml. This parameter should be defined in the statefulset spec:

 template:
    ...
    spec:
      ...
      containers:
      ...
      priorityClassName: {{ .Values.priorityClassName }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions