35 lines
864 B
YAML
35 lines
864 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: victoriametrics-operator
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://victoriametrics.github.io/helm-charts/
|
|
chart: victoria-metrics-operator
|
|
targetRevision: 0.38.0
|
|
helm:
|
|
releaseName: victoriametrics-operator
|
|
valuesObject:
|
|
admissionWebhooks:
|
|
enabled: false
|
|
createCRD: true
|
|
operator:
|
|
# This enables the operator to watch for CRs in all namespaces
|
|
# or we can specify namespaces.
|
|
disableNamespaceRestriction: true
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: observability
|
|
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ApplyOutOfSyncOnly=true
|
|
- ServerSideApply=true
|