feat(victoria-metrics): add configuration files for Victoria Metrics operator and resources

This commit is contained in:
2026-05-03 15:58:13 +02:00
parent a416b0c3c4
commit 30b6992488
5 changed files with 54 additions and 9 deletions
@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: victoria-metrics-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
project: default
destination:
namespace: victoria-metrics
server: https://kubernetes.default.svc
sources:
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
path: ./victoria-metrics-operator/eu-central-1
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true