helm-charts
helm-charts copied to clipboard
Helm charts for Quickwit
Introduced pod lifecycle. When using the AWS Load Balancer Controller, deployments of pods trigger 5xx gateway errors when doing config changes, since the target group registration/deregistration of pods is out...
I need the ability to map secrets to environment variables. Works towards #102 . A value file like this: ```yaml environment: - name: ROOT_ENV_KEY value: root1234 searcher: extraEnv: - name:...
Right now the `.Values.metastore.extraEnv` is expected as _only_ literal K/V pairs and does not allow for the pulling in an environment variable from a secret. For me it is important...
This adds the `runtimeClassName` annotation to Deployments, Jobs, and StatefulSets so the containers can run within [GKE Sandbox](https://cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods) (gVisor). This helps with PCI compliance. **values.yaml:** ```yaml searcher: runtimeClassName: gvisor indexer:...