mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Updated Prometheus
This commit is contained in:
parent
bb5e4d6643
commit
28c2d14a02
@ -7,8 +7,8 @@ metadata:
|
|||||||
traffic-type: external
|
traffic-type: external
|
||||||
annotations:
|
annotations:
|
||||||
traefik.frontend.rule.type: PathPrefix
|
traefik.frontend.rule.type: PathPrefix
|
||||||
traefik.frontend.redirect.regex: ^http://(.*)
|
#traefik.frontend.redirect.regex: ^http://(.*)
|
||||||
traefik.frontend.redirect.replacement: https://$1
|
#traefik.frontend.redirect.replacement: https://$1
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: grafana.cloud.carlosedp.com
|
- host: grafana.cloud.carlosedp.com
|
||||||
|
@ -7,7 +7,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
baseImage: carlosedp/prometheus
|
baseImage: carlosedp/prometheus
|
||||||
version: v2.1.0
|
version: v2.2.1
|
||||||
retention: "168h"
|
retention: "168h"
|
||||||
serviceAccountName: prometheus-k8s
|
serviceAccountName: prometheus-k8s
|
||||||
serviceMonitorSelector:
|
serviceMonitorSelector:
|
||||||
@ -23,7 +23,7 @@ spec:
|
|||||||
# memory. Modify based on your target and time-series count for
|
# memory. Modify based on your target and time-series count for
|
||||||
# production use. This value is mainly meant for demonstration/testing
|
# production use. This value is mainly meant for demonstration/testing
|
||||||
# purposes.
|
# purposes.
|
||||||
memory: 400Mi
|
memory: 512Mi
|
||||||
alerting:
|
alerting:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
- namespace: monitoring
|
- namespace: monitoring
|
||||||
|
Loading…
Reference in New Issue
Block a user