mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-10-28 14:41:02 +01:00
jsonnet/components: fix missing resource config in blackbox exporter
This commit is contained in:
parent
3b1f268d51
commit
a8c344c848
@ -201,6 +201,7 @@ function(params) {
|
||||
local kubeRbacProxy = krp({
|
||||
name: 'kube-rbac-proxy',
|
||||
upstream: 'http://127.0.0.1:' + bb._config.internalPort + '/',
|
||||
resources: bb._config.resources,
|
||||
secureListenAddress: ':' + bb._config.port,
|
||||
ports: [
|
||||
{ name: 'https', containerPort: bb._config.port },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user