Merge pull request #1148 from xadereq/fix_missing_resource
jsonnet/components: fix missing resource config in blackbox exporter
This commit is contained in:
@@ -201,6 +201,7 @@ function(params) {
|
|||||||
local kubeRbacProxy = krp({
|
local kubeRbacProxy = krp({
|
||||||
name: 'kube-rbac-proxy',
|
name: 'kube-rbac-proxy',
|
||||||
upstream: 'http://127.0.0.1:' + bb._config.internalPort + '/',
|
upstream: 'http://127.0.0.1:' + bb._config.internalPort + '/',
|
||||||
|
resources: bb._config.resources,
|
||||||
secureListenAddress: ':' + bb._config.port,
|
secureListenAddress: ':' + bb._config.port,
|
||||||
ports: [
|
ports: [
|
||||||
{ name: 'https', containerPort: bb._config.port },
|
{ name: 'https', containerPort: bb._config.port },
|
||||||
|
|||||||
Reference in New Issue
Block a user