diff options
author | makefunstuff <[email protected]> | 2024-06-29 22:55:27 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 22:55:27 +0200 |
commit | c2fc9e48798ff085404ce7a1fd9c468e3c5be826 (patch) | |
tree | 5acd48d778c044fe5ab0d2f79db902f061262084 /tools | |
parent | b442ea1028572a5ac071c637c5f1c219d58294e8 (diff) | |
download | k3s-lab-c2fc9e48798ff085404ce7a1fd9c468e3c5be826.tar.gz |
disable node exporter
Diffstat (limited to '')
-rw-r--r-- | tools/prometheus/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/prometheus/values.yaml b/tools/prometheus/values.yaml index c8385b5..6d6ed73 100644 --- a/tools/prometheus/values.yaml +++ b/tools/prometheus/values.yaml @@ -1,4 +1,6 @@ prometheus: + node-exporter: + enabled: true alertmanager: enabled: true |