Bump Prometheus to v2.10.0 (#2979)

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
Andrew Seigner 2019-06-21 21:51:31 +02:00 committed by Ivan Sim
parent 2fe056f2bc
commit 81790b6735
9 changed files with 1381 additions and 430 deletions

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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