meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

Make it possible to add labels to Pods exclusively #174

Closed jensschulze closed 1 year ago

jensschulze commented 1 year ago

Description There are certain situations in which only Pods should receive labels. At the moment it is only possible to label all resources via customLabels.

Proposal

podLabels:
  myPodExclusiveLabel: "this is a value only relevant to my pods"