Sin descripción

prometheus.yaml 526B

123456789101112131415161718192021222324
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: Application
  3. metadata:
  4. name: prometheus
  5. namespace: default
  6. finalizers:
  7. - resources-finalizer.argocd.argoproj.io
  8. spec:
  9. destination:
  10. server: https://kubernetes.default.svc
  11. namespace: default
  12. project: default
  13. source:
  14. chart: prometheus
  15. helm:
  16. values: |
  17. pushgateway:
  18. enabled: false
  19. repoURL: https://prometheus-community.github.io/helm-charts
  20. targetRevision: 13.0.2
  21. syncPolicy:
  22. automated:
  23. prune: true
  24. selfHeal: true