adding kube-prometheus-stack.yaml
This commit is contained in:
parent
e7030f9fdf
commit
9790540ff7
21
argo/apps/kube-prometheus-stack.yaml
Normal file
21
argo/apps/kube-prometheus-stack.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kube-prometheus-stack
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
targetRevision: 71.0.0
|
||||
chart: kube-prometheus-stack
|
||||
path: values/overrides.yaml
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: monitoring
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
resources:
|
||||
- uptime-karma.yaml
|
||||
- ntfy.yaml
|
||||
- kube-prometheus-stack.yaml
|
||||
5331
values/overrides.yaml
Normal file
5331
values/overrides.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user