feat(victoria-metrics): add new applications and update configurations for Victoria Metrics stack
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user