From bfeba4017b5c961ea2939c0799f44e4a22c9cda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 24 Aug 2024 23:58:07 +0300 Subject: [PATCH] monitoring: Add revisionHistoryLimit: 0 --- monitoring/node-exporter.yaml | 1 + monitoring/snmp-exporter.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/monitoring/node-exporter.yaml b/monitoring/node-exporter.yaml index dd2194a..057fe47 100644 --- a/monitoring/node-exporter.yaml +++ b/monitoring/node-exporter.yaml @@ -364,6 +364,7 @@ metadata: app: node-exporter name: node-exporter spec: + revisionHistoryLimit: 0 selector: matchLabels: app: node-exporter diff --git a/monitoring/snmp-exporter.yaml b/monitoring/snmp-exporter.yaml index 09fedda..ef33926 100644 --- a/monitoring/snmp-exporter.yaml +++ b/monitoring/snmp-exporter.yaml @@ -3,6 +3,7 @@ kind: Deployment metadata: name: snmp-exporter spec: + revisionHistoryLimit: 0 replicas: 2 selector: matchLabels: