helm-charts
helm-charts copied to clipboard
Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem
address https://github.com/VictoriaMetrics/helm-charts/issues/1092
moved a part of templating logic from hack script to helm template. this provides an ability to add any extra params to vmagent rule groups and rules
I know it's unnecessary since we already have `enable` here, but every other component uses `enabled` so we should at least have the option to use this for the inevitable...
Values for vmstorage ``` vmstorage: replicaCount: 2 persistentVolume: enabled: true accessModes: ReadWriteMany existingClaim: test-pvc mountPath: /storage size: 500Gi ``` We can provide a single pvc for the vmstorage and all...
We install VM Single Instance with ArgoCD using your helm chart. It seems that the K8s API "fixes" the volumeClaimTemplates created by the helm chart, which then causes ArgoCD to...
# Problem Artifacthub allows to add changes to the release with annotation. But it has strict format incompatible with changelog. It expects yaml encoded array of strings for each line...
The prometheus defaultRules in [kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) has been enhanced a lot, and many of those changes have not yet been ported to the VictoriaMetrics helm-chart. - additionalRuleGroupLabels - additionalRuleGroupAnnotations - some...
Hi. We are using `victoria-metrics-k8s-stack` version ~0.23.0. When I set: ``` defaultRules: disabled: KubeSchedulerDown: true KubeControllerManagerDown: true ``` I"m getting an error: > [VMRule.operator.victoriametrics.com](http://vmrule.operator.victoriametrics.com/) "vm-k8s-stack-kubernetes-system-scheduler" is invalid: spec.groups[0].rules: Required value...
The "victoria-metrics-k8s-stack" is quite a good drop-in replacement for "kube-prometheus-stack". What I found missing while migrating our setup are `additionalRuleLabels` for the "k8s-rules" (`victoria-helm-charts/charts/victoria-metrics-k8s-stack/templates/rules/k8s.rules.*yaml`) Example: "kube-prometheus-stack" has this block allowing...