node-exporter: Use configured resources for kube-rbac-proxy (#279)

Since #132, `kube-rbac-proxy` resources can be configured in
`config.resources['kube-rbac-proxy']`, but the node-exporter daemonset
was still using hard-coded values.

This commit sets the request and limit resources to the configured
values for the `kube-rbac-proxy` container in the node-exporter pods.
This commit is contained in:
Benoît Knecht
2019-10-23 10:58:24 +02:00
committed by Frederic Branczyk
parent c8273cf9e9
commit a7884a6c18
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ spec:
resources:
limits:
cpu: 20m
memory: 60Mi
memory: 40Mi
requests:
cpu: 10m
memory: 20Mi