Skip to content
Snippets Groups Projects
Commit 7bc69645 authored by Matthias Loibl's avatar Matthias Loibl
Browse files

contrib/kube-prometheus: Log to stderr in kube-state-metrics rbac-proxy

parent 8a29b4f3
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
local proxySelfMetrics =
container.new('kube-rbac-proxy-self', $._config.imageRepos.kubeRbacProxy + ':' + $._config.versions.kubeRbacProxy) +
container.withArgs([
'--logtostderr',
'--secure-listen-address=:9443',
'--tls-cipher-suites=' + std.join(',', $._config.tlsCipherSuites),
'--upstream=http://127.0.0.1:8082/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment