README.md.gotmpl 1.4 KB

1234567891011121314151617181920212223242526272829
  1. {{ template "chart.typeBadge" . }} {{ template "chart.versionBadge" . }}
  2. [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-cluster)
  3. [![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
  4. {{ template "chart.description" . }}
  5. ## Prerequisites
  6. * Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
  7. * PV support on underlying infrastructure
  8. ## Chart Details
  9. Note: this chart installs VictoriaMetrics cluster components such as vminsert, vmselect and vmstorage. It doesn't create or configure metrics scraping. If you are looking for a chart to configure monitoring stack in cluster check out [victoria-metrics-k8s-stack chart](https://github.com/VictoriaMetrics/helm-charts/tree/master/charts/victoria-metrics-k8s-stack#helm-chart-for-victoria-metrics-kubernetes-monitoring-stack).
  10. {{ include "chart.installSection" . }}
  11. {{ include "chart.uninstallSection" . }}
  12. {{ include "chart.helmDocs" . }}
  13. ## Parameters
  14. The following tables lists the configurable parameters of the chart and their default values.
  15. Change the values according to the need of the environment in ``victoria-metrics-cluster/values.yaml`` file.
  16. {{ template "chart.valuesTableHtml" . }}