feat(argocd): added victoriametrics stack

This commit is contained in:
ITQ
2026-05-23 09:26:44 +03:00
parent 2b1946a7a5
commit 5621fa8652
4 changed files with 154 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: victoriametrics-alert
namespace: argocd
spec:
project: default
source:
repoURL: https://victoriametrics.github.io/helm-charts/
chart: victoria-metrics-alert
targetRevision: 0.12.0
helm:
releaseName: vmalert
valuesObject:
server:
datasource:
url: http://vmsingle-victoria-metrics-single.observability.svc:8428
notifier:
config: |
route:
group_by: ['alertname']
receiver: 'blackhole'
receivers:
- name: 'blackhole'
destination:
server: https://kubernetes.default.svc
namespace: observability
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true