1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Massaki Archambault e535c03936 fix traefik podmonitor 2023-10-20 00:10:58 -04:00
Massaki Archambault 42338516d3 expand prometheus storage 2023-10-19 23:58:21 -04:00
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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