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-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
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 | [email protected] |