indexify
indexify copied to clipboard
feat: add labels to helm chart entities
Background
This PR solves the issue raised in https://github.com/tensorlakeai/indexify/issues/929. It adds awareness of labels to the following entities:
- Indexify server.
- Any executor.
- Indexify's server Pod.
- Indexify's server volume claim.
Steps to reproduce
- Modify the
local.yaml
file with any label in any of:.server.labels
,.server.pod.labels
,executors[n].labels
,.server.persistence.labels
. - Run
helm template local -f local.yaml .