feat(victoria-metrics): add new applications and update configurations for Victoria Metrics stack

This commit is contained in:
2026-05-03 16:59:30 +02:00
parent 30b6992488
commit 49667ea032
9 changed files with 113 additions and 39 deletions
@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: victoria-logs
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: default
destination:
namespace: victoria-metrics
server: https://kubernetes.default.svc
sources:
- repoURL: https://victoriametrics.github.io/helm-charts/
chart: victoria-logs-single
targetRevision: 0.12.4
helm:
valueFiles:
- $values/victoria-metrics/eu-central-1/victoria-logs-values.yaml
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
targetRevision: main
ref: values
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
@@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: victoria-metrics-crds
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-2"
spec:
project: default
destination:
namespace: victoria-metrics
server: https://kubernetes.default.svc
sources:
- repoURL: https://victoriametrics.github.io/helm-charts/
chart: victoria-metrics-operator-crds
targetRevision: 0.9.0
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- Replace=true
retry:
limit: 3
backoff:
duration: 10s
factor: 2
maxDuration: 1m
@@ -11,9 +11,15 @@ spec:
namespace: victoria-metrics
server: https://kubernetes.default.svc
sources:
- repoURL: https://victoriametrics.github.io/helm-charts/
chart: victoria-metrics-operator
targetRevision: 0.62.1
helm:
valueFiles:
- $values/victoria-metrics-operator/eu-central-1/values.yaml
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
path: ./victoria-metrics-operator/eu-central-1
targetRevision: main
ref: values
syncPolicy:
automated:
prune: true
@@ -21,3 +27,9 @@ spec:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
retry:
limit: 3
backoff:
duration: 10s
factor: 2
maxDuration: 1m
@@ -3,15 +3,23 @@ kind: Application
metadata:
name: victoria-metrics
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: default
destination:
namespace: victoria-metrics
server: https://kubernetes.default.svc
sources:
- repoURL: https://victoriametrics.github.io/helm-charts/
chart: victoria-metrics-k8s-stack
targetRevision: 0.76.0
helm:
valueFiles:
- $values/victoria-metrics/eu-central-1/vm-stack-values.yaml
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
path: ./victoria-metrics/eu-central-1
targetRevision: main
ref: values
syncPolicy:
automated:
prune: true
@@ -20,3 +28,9 @@ spec:
- CreateNamespace=true
- ServerSideApply=true
- SkipDryRunOnMissingResource=true
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 5m
@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: victoria-traces
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: default
destination:
namespace: victoria-metrics
server: https://kubernetes.default.svc
sources:
- repoURL: https://victoriametrics.github.io/helm-charts/
chart: victoria-traces-single
targetRevision: 0.0.7
helm:
valueFiles:
- $values/victoria-metrics/eu-central-1/victoria-traces-values.yaml
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
targetRevision: main
ref: values
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true