helm-charts
helm-charts copied to clipboard
Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem
We are using `victoria-metrics-k8s-stack` helm chart and we have those settings in place ``` ################################################# ### Service Monitors ##### ################################################# ## Component scraping the kubelets kubelet: enabled: true # --...
Hello, it seems like "cluster" label is [hardcoded in chart](https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-k8s-stack/values.yaml#L585) This can cause issues when label cluster is used elsewhere in cluster (redis cluster, mongo cluster, etc etc etc), but...
Currently when I tried to set tmpfs like this via `values.yml` ``` extraVolumes: - name: cache-tmpfs emptyDir: medium: "Memory" sizeLimit: 50Mi extraVolumeMounts: - name: cache-tmpfs mountPath: /cache cacheMountPath: /cache ```...
Hi, i just started to look into victoria-metrics-k8s-stack as an replacement for our kube-prometheus-stack. We have a lot of provisioned dashboards that rely on a specific name for the prometheus...
Hello, I'm using victoria-metrics-k8s-stack(https://github.com/VictoriaMetrics/helm-charts/tree/master/charts/victoria-metrics-k8s-stack) and I'm trying to scrape the labels from the pods running in my namespaces and display it on Grafana. I've already added the following config to...
Hey, I wonder how one can add to alertmanager secrets via a file or via environment variable. That's for providing slack app bot token credential for it.
### Describe the bug After adding a `spec.notifier.url="http://vmalertmanager-vm-k8s-stack.dev-monitoring-ns.svc:9093/alertmanager"` to specify a new Alertmanager's URL, VMAlert has `-notifier.url=http://vmalertmanager-vm-k8s-stack.dev-monitoring-ns.svc:9093,http://vmalertmanager-vm-k8s-stack.dev-monitoring-ns.svc:9093/alertmanager` This results to a lot of messages: > failed to send alerts to...
I'm using ArgoCD ApplicationSet to deploy VM to the clusters. Due to the way templating works, it's easier for me to specify an empty resource line, rather than skip the...