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