A very simple chart that creates priority classes
Homepage: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/priority-classTo install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/priority-class --version 0.2.0To install the chart with the release name my-release:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/priority-classTo install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/priority-class --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/priority-class -f values.yaml| Key | Type | Default | Description |
|---|---|---|---|
| PriorityClasses | list | [{"description":"This priority class will not cause other pods to be preempted.","globalDefault":false,"name":"high-priority-nonpreempting","preemptionPolicy":"Never","value":10000},{"name":"high","value":1000},{"name":"medium","value":100},{"name":"low","value":10}] |
A list of PriorityClass to create |
| Name | Url | |
|---|---|---|
| max-rocket-internet | https://github.com/max-rocket-internet |
Chart source: github.com/deliveryhero/helm-charts/priority-class
Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/priority-class