Add helm chart (#107)
* Add loki helm chart Signed-off-by:Julien Garcia Gonzalez <julien@giantswarm.io> * Add promtail helm chart Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Update loki conf from comment Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Update promtail conf from comment Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Update values from comment Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * adding resources limit and request Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * update README Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * rename to daemonset promtail Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * use masger for loki Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Move into production repo, re-add readme. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Move to production folder Signed-off-by:
Julien Garcia Gonzalez <julien@giantswarm.io> * Review feedback; add instructions for installing Grafana with helm. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
Showing
- production/README.md 2 additions, 1 deletionproduction/README.md
- production/helm/Chart.yaml 13 additions, 0 deletionsproduction/helm/Chart.yaml
- production/helm/README.md 45 additions, 0 deletionsproduction/helm/README.md
- production/helm/grafana.yaml 5 additions, 0 deletionsproduction/helm/grafana.yaml
- production/helm/templates/loki/_helpers.tpl 43 additions, 0 deletionsproduction/helm/templates/loki/_helpers.tpl
- production/helm/templates/loki/configmap.yaml 43 additions, 0 deletionsproduction/helm/templates/loki/configmap.yaml
- production/helm/templates/loki/deployment.yaml 79 additions, 0 deletionsproduction/helm/templates/loki/deployment.yaml
- production/helm/templates/loki/podsecuritypolicy.yaml 28 additions, 0 deletionsproduction/helm/templates/loki/podsecuritypolicy.yaml
- production/helm/templates/loki/role.yaml 18 additions, 0 deletionsproduction/helm/templates/loki/role.yaml
- production/helm/templates/loki/rolebinding.yaml 18 additions, 0 deletionsproduction/helm/templates/loki/rolebinding.yaml
- production/helm/templates/loki/service.yaml 25 additions, 0 deletionsproduction/helm/templates/loki/service.yaml
- production/helm/templates/loki/serviceaccount.yaml 11 additions, 0 deletionsproduction/helm/templates/loki/serviceaccount.yaml
- production/helm/templates/promtail/_helpers.tpl 43 additions, 0 deletionsproduction/helm/templates/promtail/_helpers.tpl
- production/helm/templates/promtail/clusterrole.yaml 24 additions, 0 deletionsproduction/helm/templates/promtail/clusterrole.yaml
- production/helm/templates/promtail/clusterrolebinding.yaml 23 additions, 0 deletionsproduction/helm/templates/promtail/clusterrolebinding.yaml
- production/helm/templates/promtail/configmap.yaml 78 additions, 0 deletionsproduction/helm/templates/promtail/configmap.yaml
- production/helm/templates/promtail/daemonset.yaml 98 additions, 0 deletionsproduction/helm/templates/promtail/daemonset.yaml
- production/helm/templates/promtail/podsecuritypolicy.yaml 30 additions, 0 deletionsproduction/helm/templates/promtail/podsecuritypolicy.yaml
- production/helm/templates/promtail/role.yaml 18 additions, 0 deletionsproduction/helm/templates/promtail/role.yaml
- production/helm/templates/promtail/rolebinding.yaml 18 additions, 0 deletionsproduction/helm/templates/promtail/rolebinding.yaml
Loading
Please register or sign in to comment