You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nri-bundle/values.yaml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,9 @@ kube-state-metrics:
16
16
# metrics by default. You can enable the target labels/annotations metrics to be monitored by using the metricLabelsAllowlist/metricAnnotationsAllowList options described [here](https://github.com/prometheus-community/helm-charts/blob/159cd8e4fb89b8b107dcc100287504bb91bf30e0/charts/kube-state-metrics/values.yaml#L274) in
17
17
# your Kubernetes clusters.
18
18
enabled: false
19
-
limits:
20
-
cpu: 100m
21
-
memory: 64Mi
22
-
requests:
23
-
cpu: 50m
24
-
memory: 32Mi
19
+
20
+
# -- Sets resources for kube-state-metrics.
21
+
resources: {}
25
22
26
23
# kube-state-metrics.metricLabelsAllowlist -- List of Kubernetes label keys that will be used in the resources' labels metric.
27
24
# By default, kube-state-metrics v2+ does not expose labels as metric labels. This option allows you to specify which labels
0 commit comments