mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Change prometheus versions from latest to tag
This commit is contained in:
parent
ee7e59b756
commit
43fb801189
@ -2595,7 +2595,7 @@ spec:
|
|||||||
name: istio-statsd-prom-bridge
|
name: istio-statsd-prom-bridge
|
||||||
containers:
|
containers:
|
||||||
- name: statsd-prom-bridge
|
- name: statsd-prom-bridge
|
||||||
image: "gcr.io/istio-release/prom/statsd-exporter:latest"
|
image: "gcr.io/istio-release/prom/statsd-exporter:v0.6.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9102
|
- containerPort: 9102
|
||||||
@ -3477,7 +3477,7 @@ spec:
|
|||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
image: "gcr.io/istio-release/prom/prometheus:latest"
|
image: "gcr.io/istio-release/prom/prometheus:v2.3.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- '--storage.tsdb.retention=6h'
|
- '--storage.tsdb.retention=6h'
|
||||||
|
@ -2582,7 +2582,7 @@ spec:
|
|||||||
name: istio-statsd-prom-bridge
|
name: istio-statsd-prom-bridge
|
||||||
containers:
|
containers:
|
||||||
- name: statsd-prom-bridge
|
- name: statsd-prom-bridge
|
||||||
image: "gcr.io/istio-release/prom/statsd-exporter:latest"
|
image: "gcr.io/istio-release/prom/statsd-exporter:v0.6.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9102
|
- containerPort: 9102
|
||||||
@ -3464,7 +3464,7 @@ spec:
|
|||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
image: "gcr.io/istio-release/prom/prometheus:latest"
|
image: "gcr.io/istio-release/prom/prometheus:v2.3.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- '--storage.tsdb.retention=6h'
|
- '--storage.tsdb.retention=6h'
|
||||||
|
Loading…
Reference in New Issue
Block a user