indexify icon indicating copy to clipboard operation
indexify copied to clipboard

feat: add labels to helm chart entities

Open miguelhrocha opened this issue 4 months ago • 2 comments

Background

This PR solves the issue raised in https://github.com/tensorlakeai/indexify/issues/929. It adds awareness of labels to the following entities:

  1. Indexify server.
  2. Any executor.
  3. Indexify's server Pod.
  4. Indexify's server volume claim.

Steps to reproduce

  1. Modify the local.yaml file with any label in any of: .server.labels, .server.pod.labels, executors[n].labels, .server.persistence.labels.
  2. Run helm template local -f local.yaml .

miguelhrocha avatar Oct 10 '24 09:10 miguelhrocha