From 3e0e52af553860c8f13ca11ff483d902f38f5980 Mon Sep 17 00:00:00 2001 From: Nicole Date: Mon, 12 Feb 2024 08:23:07 -0700 Subject: [PATCH] fixed versions Signed-off-by: Nicole --- charts/prometheus-node-exporter/Chart.yaml | 2 +- charts/prometheus-node-exporter/values.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/prometheus-node-exporter/Chart.yaml b/charts/prometheus-node-exporter/Chart.yaml index de66c5feeba3..f6c89be3f516 100644 --- a/charts/prometheus-node-exporter/Chart.yaml +++ b/charts/prometheus-node-exporter/Chart.yaml @@ -6,7 +6,7 @@ keywords: - prometheus - exporter type: application -version: 4.30.0 +version: 4.30.1 appVersion: 1.7.0 home: https://github.com/prometheus/node_exporter/ sources: diff --git a/charts/prometheus-node-exporter/values.yaml b/charts/prometheus-node-exporter/values.yaml index ed4607da310a..c2497becd468 100644 --- a/charts/prometheus-node-exporter/values.yaml +++ b/charts/prometheus-node-exporter/values.yaml @@ -38,7 +38,7 @@ global: # Configure kube-rbac-proxy. When enabled, creates a kube-rbac-proxy to protect the node-exporter http endpoint. # The requests are served through the same service but requests are HTTPS. kubeRBACProxy: - enabled: false + enabled: true ## Set environment variables as name/value pairs env: {} # VARIABLE: value @@ -66,7 +66,8 @@ kubeRBACProxy: # Configure a hostPort. If true, hostPort will be enabled in the container and set to service.port. enableHostPort: false - resources: {} +# resources: {} + resources: # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following @@ -74,9 +75,9 @@ kubeRBACProxy: # limits: # cpu: 100m # memory: 64Mi - # requests: - # cpu: 10m - # memory: 32Mi + requests: + cpu: 10m + memory: 32Mi service: enabled: true