Skip to content

Latest commit

 

History

History

priority-class

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

priority-class

Version: 0.1.1 AppVersion: 1.0

A very simple chart that creates priority classes

Homepage: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/

How to install this chart

A simple install with default values, latest chart version and generated name:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/priority-class

To install a specific version of this chart:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/priority-class --version 0.1.1

To install the chart with the release name my-release:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/priority-class

To install with some set values:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/priority-class --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/priority-class -f values.yaml

Values

Key Type Default Description
PriorityClasses list [{"name":"high","value":1000},{"name":"medium","value":100},{"name":"low","value":10}] A list of PriorityClass to create

Maintainers

Name Email Url
max-rocket-internet no-reply@deliveryhero.com