mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-09-03 12:51:25 +02:00
jsonnet/kube-prometheus/kube-state-metrics: Remove probes
This commit is contained in:
parent
b6ad6644d5
commit
15185bf4c0
@ -33,7 +33,9 @@
|
|||||||
template+: {
|
template+: {
|
||||||
spec+: {
|
spec+: {
|
||||||
containers: std.map(function(c) c {
|
containers: std.map(function(c) c {
|
||||||
ports: null,
|
ports:: null,
|
||||||
|
livenessProbe:: null,
|
||||||
|
readinessProbe:: null,
|
||||||
args: ['--host=127.0.0.1', '--port=8081', '--telemetry-host=127.0.0.1', '--telemetry-port=8082'],
|
args: ['--host=127.0.0.1', '--port=8081', '--telemetry-host=127.0.0.1', '--telemetry-port=8082'],
|
||||||
}, super.containers),
|
}, super.containers),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user