1234567891011121314151617181920212223242526272829 |
- {{ template "chart.typeBadge" . }} {{ template "chart.versionBadge" . }}
- [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-cluster)
- [![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
- {{ template "chart.description" . }}
- ## Prerequisites
- * Install the follow packages: ``git``, ``kubectl``, ``helm``, ``helm-docs``. See this [tutorial](https://docs.victoriametrics.com/helm/requirements/).
- * PV support on underlying infrastructure
- ## Chart Details
- 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).
- {{ include "chart.installSection" . }}
- {{ include "chart.uninstallSection" . }}
- {{ include "chart.helmDocs" . }}
- ## Parameters
- The following tables lists the configurable parameters of the chart and their default values.
- Change the values according to the need of the environment in ``victoria-metrics-cluster/values.yaml`` file.
- {{ template "chart.valuesTableHtml" . }}
|