feat(victoria-metrics): comment out victoria-metrics CRDs configuration in yaml file
This commit is contained in:
@@ -1,29 +1,29 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
#apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
#kind: Application
|
||||||
metadata:
|
#metadata:
|
||||||
name: victoria-metrics-crds
|
# name: victoria-metrics-crds
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
annotations:
|
# annotations:
|
||||||
argocd.argoproj.io/sync-wave: "-2"
|
# argocd.argoproj.io/sync-wave: "-2"
|
||||||
spec:
|
#spec:
|
||||||
project: default
|
# project: default
|
||||||
destination:
|
# destination:
|
||||||
namespace: victoria-metrics
|
# namespace: victoria-metrics
|
||||||
server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
sources:
|
# sources:
|
||||||
- repoURL: https://victoriametrics.github.io/helm-charts/
|
# - repoURL: https://victoriametrics.github.io/helm-charts/
|
||||||
chart: victoria-metrics-operator-crds
|
# chart: victoria-metrics-operator-crds
|
||||||
targetRevision: 0.9.0
|
# targetRevision: 0.9.0
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
prune: true
|
# prune: true
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
- Replace=true
|
# - Replace=true
|
||||||
retry:
|
# retry:
|
||||||
limit: 3
|
# limit: 3
|
||||||
backoff:
|
# backoff:
|
||||||
duration: 10s
|
# duration: 10s
|
||||||
factor: 2
|
# factor: 2
|
||||||
maxDuration: 1m
|
# maxDuration: 1m
|
||||||
|
|||||||
Reference in New Issue
Block a user