mirror of https://github.com/linkerd/linkerd2.git
Bump Prometheus to v2.10.0 (#2979)
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
parent
2fe056f2bc
commit
81790b6735
|
@ -155,7 +155,7 @@ const (
|
|||
configStage = "config"
|
||||
controlPlaneStage = "control-plane"
|
||||
|
||||
prometheusImage = "prom/prometheus:v2.7.1"
|
||||
prometheusImage = "prom/prometheus:v2.10.0"
|
||||
prometheusProxyOutboundCapacity = 10000
|
||||
defaultControllerReplicas = 1
|
||||
defaultHAControllerReplicas = 3
|
||||
|
|
|
@ -850,7 +850,7 @@ spec:
|
|||
- --storage.tsdb.retention.time=6h
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --log.level=info
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -1439,7 +1439,7 @@ spec:
|
|||
- --storage.tsdb.retention.time=6h
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --log.level=info
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -1460,7 +1460,7 @@ spec:
|
|||
- --storage.tsdb.retention.time=6h
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --log.level=info
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -1460,7 +1460,7 @@ spec:
|
|||
- --storage.tsdb.retention.time=6h
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --log.level=info
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -1337,7 +1337,7 @@ spec:
|
|||
- --storage.tsdb.retention.time=6h
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --log.level=info
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -1442,7 +1442,7 @@ spec:
|
|||
- --storage.tsdb.retention.time=6h
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --log.level=info
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -1463,7 +1463,7 @@ spec:
|
|||
- --storage.tsdb.retention.time=6h
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --log.level=info
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.10.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue