Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Helm: Include newer config parameters as values | Jonatan Steuernagel | 2023-05-08 | 1 | -3/+33 |
| | | | | | Add all missing parameters from the reference manual. Primarily to enable the use of the new lmdb engine | ||||
* | refactor(helm): use stable as image tag for init container | Patrick Jahns | 2023-01-27 | 1 | -1/+1 |
| | |||||
* | doc(helm): removed extra line | Patrick Jahns | 2023-01-27 | 1 | -1/+0 |
| | |||||
* | feat(helm): ability to monitor garage via prometheus | Patrick Jahns | 2023-01-27 | 1 | -0/+27 |
| | |||||
* | feat(helm): allow to override the init container image | Patrick Jahns | 2023-01-27 | 1 | -0/+5 |
| | |||||
* | fix(helm): file permission issues when running as non-root user | Patrick Jahns | 2023-01-27 | 1 | -5/+6 |
| | | | | | | Specify the user group for the garage (and init) process and ensure that the persistent storage is mounted with the correct file system group | ||||
* | refactor(helm): removed metadataDir and dataDir config variable | Patrick Jahns | 2023-01-27 | 1 | -4/+2 |
| | | | | | The variables were only templated into the configuration file and did not change the pod mountpaths, so the variables were not necessary | ||||
* | feat(helm): allow to override the default configuration file | Patrick Jahns | 2023-01-27 | 1 | -0/+29 |
| | | | | Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de> | ||||
* | Enable daemonset deployment using the helm chart | kaiyou | 2022-12-25 | 1 | -2/+10 |
| | | | | | | 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/+2 |
| | |||||
* | refactor(helm): disable the ingress per default | Patrick Jahns | 2022-12-11 | 1 | -5/+8 |
| | | | | | | | | | The default values forces people to create an ingress resources, where per default an ingress is not necessary to start garage. If someone wants to utilize an ingress, he would need to define the values for the ingress either way, so enabling the ingress explicitly makes more sense, then requiring it to be disabled per default | ||||
* | Updates values.yml with some opinionated and untested defaults | Maximilien R | 2022-09-30 | 1 | -34/+53 |
| | |||||
* | Generate random RPC secret if not provided | chemicstry | 2022-09-30 | 1 | -1/+2 |
| | |||||
* | Cleanup values.yaml | chemicstry | 2022-09-30 | 1 | -2/+0 |
| | |||||
* | Add helm chart | chemicstry | 2022-09-30 | 1 | -0/+124 |