remove duplicated monitoring stack
This commit is contained in:
parent
11bf408d2a
commit
678aad1ebe
|
|
@ -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
|
||||
Loading…
Reference in New Issue