aboutsummaryrefslogtreecommitdiff
path: root/script/helm/garage/templates/workload.yaml
Commit message (Collapse)AuthorAgeFilesLines
* add extraVolumes and extraVolumeMounts to helm chartEugene Davis2024-10-261-0/+6
|
* This commit adds an environment dict to garage helm chart. Using it, env ↵Benjamin von Mossner2024-07-251-0/+4
| | | | variables can be set into the garage container environment, useful to set eg. GARAGE_ADMIN_TOKEN or GARAGE_METRICS_TOKEN
* adding the ability to change the default podManagementPolicy for StatefulSetsbodaciousbiscuits2024-05-191-0/+1
|
* feat(helm): ability to monitor garage via prometheusPatrick Jahns2023-01-271-0/+2
|
* feat(helm): allow to override the init container imagePatrick Jahns2023-01-271-1/+2
|
* fix(helm): file permission issues when running as non-root userPatrick Jahns2023-01-271-0/+2
| | | | | | Specify the user group for the garage (and init) process and ensure that the persistent storage is mounted with the correct file system group
* feat(helm): ensure that config changes trigger a pod rolloutPatrick Jahns2023-01-271-1/+3
|
* Set hostPath type for volumeskaiyou2022-12-251-0/+2
|
* Fix volume handling and persistence flagkaiyou2022-12-251-2/+2
|
* Enable daemonset deployment using the helm chartkaiyou2022-12-251-0/+133
DaemonSet is a k8s resource that schedules one instance per node, which is useful for some garage deployment use cases, including managing garage nodes using k8s node labels