A very simple chart that creates priority classes
Homepage: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
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
Key | Type | Default | Description |
---|---|---|---|
PriorityClasses | list | [{"name":"high","value":1000},{"name":"medium","value":100},{"name":"low","value":10}] |
A list of PriorityClass to create |
Name | Url | |
---|---|---|
max-rocket-internet | no-reply@deliveryhero.com |