remove duplicated monitoring stack

This commit is contained in:
Victor Barba Martin 2021-11-15 11:26:58 +01:00
parent 11bf408d2a
commit 678aad1ebe
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-stack
spec:
destination:
name: ''
namespace: monitoring
server: 'https://kubernetes.default.svc'
source:
path: ''
repoURL: 'https://prometheus-community.github.io/helm-charts'
targetRevision: 19.2.2
chart: kube-prometheus-stack
project: default
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
allowEmpty: false
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m