Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.32 KB

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

Add Delivery Hero public chart repo:

helm repo add deliveryhero https://charts.deliveryhero.io/

A simple install with default values:

helm install deliveryhero/priority-class

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

helm install my-release deliveryhero/priority-class

To install with some set values:

helm install my-release deliveryhero/priority-class --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/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