-
Notifications
You must be signed in to change notification settings - Fork 0
/
prometheus.yaml
40 lines (40 loc) · 949 Bytes
/
prometheus.yaml
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
40
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: infra
source:
helm:
values: |
alertmanager:
enabled: true
service:
type: LoadBalancer
port: 4003
kube-state-metrics:
enabled: true
prometheus-pushgateway:
enabled: true
prometheus-node-exporter:
enabled: true
hostRootFsMount:
enabled: false
server:
service:
type: LoadBalancer
servicePort: 4001
repoURL: https://prometheus-community.github.io/helm-charts
chart: prometheus
targetRevision: 25.20.1
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true