mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
27 lines
773 B
YAML
27 lines
773 B
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
|
|
sources:
|
|
- repoURL: https://github.com/VictoriaMetrics/operator.git
|
|
targetRevision: v0.38.0
|
|
path: hack/prom_crd/
|
|
- 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
|