1
0
Fork 0

Compare commits

..

No commits in common. "e535c039362241b94aace97580caefce2305a70c" and "bb2c1270a2b79575e90a001cedd5356ad80cbff7" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,7 @@ resources:
- prometheus.yaml - prometheus.yaml
- prometheus-rbac.yaml - prometheus-rbac.yaml
- prometheus-ingress.yaml - prometheus-ingress.yaml
- traefik-podmonitor.yaml
namePrefix: prometheus- namePrefix: prometheus-

View File

@ -5,7 +5,7 @@ metadata:
spec: spec:
serviceAccountName: prometheus serviceAccountName: prometheus
retention: 28d retention: 28d
retentionSize: 45GB retentionSize: 8GB
ruleSelector: ruleSelector:
matchLabels: matchLabels:
monitor: prometheus monitor: prometheus
@ -48,4 +48,4 @@ spec:
accessModes: ["ReadWriteOnce"] accessModes: ["ReadWriteOnce"]
resources: resources:
requests: requests:
storage: 50Gi storage: 10Gi

View File

@ -13,4 +13,4 @@ spec:
matchLabels: matchLabels:
app.kubernetes.io/name: traefik app.kubernetes.io/name: traefik
podMetricsEndpoints: podMetricsEndpoints:
- port: metrics - port: traefik

View File

@ -15,7 +15,6 @@ resources:
- servicemonitors/prometheus.yaml - servicemonitors/prometheus.yaml
- servicemonitors/kube-state-metrics.yaml - servicemonitors/kube-state-metrics.yaml
# - servicemonitors/node-exporter.yaml # - servicemonitors/node-exporter.yaml
- podmonitors/traefik.yaml
- probes/blackbox-exporter.yaml - probes/blackbox-exporter.yaml
namespace: monitoring namespace: monitoring