infra/argocd-apps/rancher-monitoring.yaml
2025-06-25 05:41:11 +03:00

22 lines
518 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rancher-monitoring
namespace: argocd
spec:
project: observability
source:
repoURL: https://git.dvirlabs.com/dvirlabs/infra.git
targetRevision: HEAD
path: charts/rancher-monitoring
helm:
valueFiles:
- ../../manifests/rancher-monitoring/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: cattle-monitoring-system
syncPolicy:
automated:
prune: true
selfHeal: true