-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathprometheus.yaml
More file actions
39 lines (39 loc) · 1.02 KB
/
prometheus.yaml
File metadata and controls
39 lines (39 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-stack
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: production
source:
chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: "57.2.0"
helm:
releaseName: kube-prometheus-stack
parameters:
- name: grafana.ingress.enabled
value: "true"
- name: grafana.ingress.ingressClassName
value: nginx
- name: grafana.ingress.hosts[0]
value: acme.com
- name: prometheus.ingress.enabled
value: "true"
3A63
div> - name: prometheus.ingress.ingressClassName
value: nginx
- name: prometheus.ingress.hosts[0]
value: acme.com
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
selfHeal: true
prune: true
allowEmpty: true
syncOptions:
- CreateNamespace=true