aboutsummaryrefslogtreecommitdiff
path: root/script/helm/garage/values.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Enable daemonset deployment using the helm chartkaiyou2022-12-251-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 resourcesPatrick Jahns2022-12-111-0/+2
|
* refactor(helm): disable the ingress per defaultPatrick Jahns2022-12-111-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 defaultsMaximilien R2022-09-301-34/+53
|
* Generate random RPC secret if not providedchemicstry2022-09-301-1/+2
|
* Cleanup values.yamlchemicstry2022-09-301-2/+0
|
* Add helm chartchemicstry2022-09-301-0/+124