mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-31 19:31:23 +02:00
jsonnet/kube-prometheus/kube-state-metrics: Remove probes
This commit is contained in:
parent
b6ad6644d5
commit
15185bf4c0
@ -33,7 +33,9 @@
|
||||
template+: {
|
||||
spec+: {
|
||||
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'],
|
||||
}, super.containers),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user