aboutsummaryrefslogtreecommitdiff
path: root/script/helm/garage/templates
Commit message (Collapse)AuthorAgeFilesLines
* feat(helm): ability to monitor garage via prometheusPatrick Jahns2023-01-273-0/+67
|
* 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
|
* feat(helm): allow to override the default configuration filePatrick Jahns2023-01-271-25/+1
| | | | Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de>
* 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-3/+20
| | | | | | 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
* feat(helm): allow to add custom labels to created ingress resourcesPatrick Jahns2022-12-111-0/+6
|
* Fix helm chart with correct configuration syntaxfix-helm-chartAlex Auvolat2022-10-181-4/+5
|
* Add missing ClusterRole and bindings for CRDsMaximilien R2022-09-301-0/+28
|
* Generate random RPC secret if not providedchemicstry2022-09-304-2/+62
|
* Add helm chartchemicstry2022-09-306-0/+342