mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
32 lines
1 KiB
YAML
32 lines
1 KiB
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: victoria-metrics-operator
|
|
labels:
|
|
stack: observability
|
|
spec:
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: victoria-metrics-operator
|
|
project: system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|
|
sources:
|
|
- repoURL: https://github.com/prometheus-community/helm-charts.git
|
|
targetRevision: kube-prometheus-stack-51.2.0
|
|
path: charts/kube-prometheus-stack/charts/crds/
|
|
- repoURL: https://victoriametrics.github.io/helm-charts/
|
|
chart: victoria-metrics-operator
|
|
targetRevision: 0.27.0
|
|
helm:
|
|
values: |
|
|
# https://github.com/VictoriaMetrics/helm-charts/tree/master/charts/victoria-metrics-operator#parameters
|
|
operator:
|
|
prometheus_converter_add_argocd_ignore_annotations: true
|
|
enable_converter_ownership: true
|
|
useCustomConfigReloader: true
|