Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(helm): ability to monitor garage via prometheus | Patrick Jahns | 2023-01-27 | 3 | -0/+67 |
| | |||||
* | feat(helm): allow to override the init container image | Patrick Jahns | 2023-01-27 | 1 | -1/+2 |
| | |||||
* | fix(helm): file permission issues when running as non-root user | Patrick Jahns | 2023-01-27 | 1 | -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 rollout | Patrick Jahns | 2023-01-27 | 1 | -1/+3 |
| | |||||
* | feat(helm): allow to override the default configuration file | Patrick Jahns | 2023-01-27 | 1 | -25/+1 |
| | | | | Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de> | ||||
* | Set hostPath type for volumes | kaiyou | 2022-12-25 | 1 | -0/+2 |
| | |||||
* | Fix volume handling and persistence flag | kaiyou | 2022-12-25 | 1 | -2/+2 |
| | |||||
* | Enable daemonset deployment using the helm chart | kaiyou | 2022-12-25 | 1 | -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 resources | Patrick Jahns | 2022-12-11 | 1 | -0/+6 |
| | |||||
* | Fix helm chart with correct configuration syntaxfix-helm-chart | Alex Auvolat | 2022-10-18 | 1 | -4/+5 |
| | |||||
* | Add missing ClusterRole and bindings for CRDs | Maximilien R | 2022-09-30 | 1 | -0/+28 |
| | |||||
* | Generate random RPC secret if not provided | chemicstry | 2022-09-30 | 4 | -2/+62 |
| | |||||
* | Add helm chart | chemicstry | 2022-09-30 | 6 | -0/+342 |