apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: prometheus namespace: argocd spec: project: default sources: - repoURL: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetRevision: "86.2.0" helm: valueFiles: - $values/helm/prometheus/values.yaml - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests targetRevision: HEAD ref: values destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true