jsonnet/kube-prometheus/kube-state-metrics: Remove probes

This commit is contained in:
Lili Cosic 2020-03-04 10:49:46 +01:00
parent b6ad6644d5
commit 15185bf4c0

View File

@ -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),
},