prometheus-node-exporter: # Same resource trim this ran with as a subchart of the (now removed) # prometheus server chart. One DaemonSet pod, hostNetwork, light enough # that this is the whole footprint regardless of which TSDB scrapes it. resources: requests: cpu: 20m memory: 32Mi limits: memory: 64Mi # rbac.pspEnabled defaults false already (no PodSecurityPolicy on this # cluster) — nothing to override here. The chart's own Service carries # `prometheus.io/scrape: true` by default, which is what vmagent's # already-enabled kubernetes-service-endpoints job picks up — no # separate scrape config needed on either side.