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
-1
View File
@@ -100,7 +100,6 @@ fabric.properties
/argocd/eu-central-1/charts/
/argo-rollouts/base/charts/
/kargo/base/charts/
/victoria-metrics/eu-central-1/charts/
/kargo/base/kargo-admin-password.yaml
/cert.pem
### Sealed Secrets ###
@@ -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
@@ -1,9 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: victoria-metrics-operator
repo: https://victoriametrics.github.io/helm-charts/
version: 0.62.1
releaseName: victoria-metrics-operator
namespace: victoria-metrics
valuesFile: values.yaml
@@ -1,23 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
helmCharts:
- name: victoria-metrics-k8s-stack
repo: https://victoriametrics.github.io/helm-charts/
version: 0.76.0
releaseName: vm-stack
namespace: victoria-metrics
valuesFile: vm-stack-values.yaml
- name: victoria-logs-single
repo: https://victoriametrics.github.io/helm-charts/
version: 0.12.4
releaseName: victoria-logs
namespace: victoria-metrics
valuesFile: victoria-logs-values.yaml
- name: victoria-traces-single
repo: https://victoriametrics.github.io/helm-charts/
version: 0.0.7
releaseName: victoria-traces
namespace: victoria-metrics
valuesFile: victoria-traces-values.yaml
@@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: victoria-metrics