From 7d4f36fe49b61af73b0cbf595321446894d3f764 Mon Sep 17 00:00:00 2001 From: sungil Date: Fri, 1 Sep 2023 06:38:06 +0000 Subject: [PATCH] deploy-lma: remove process-exporter from lma deployment --- templates/decapod-apps/lma-uniformed-wftpl.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/decapod-apps/lma-uniformed-wftpl.yaml b/templates/decapod-apps/lma-uniformed-wftpl.yaml index 22d683c..61ba494 100644 --- a/templates/decapod-apps/lma-uniformed-wftpl.yaml +++ b/templates/decapod-apps/lma-uniformed-wftpl.yaml @@ -164,7 +164,6 @@ spec: [ { "app_group": "lma", "path": "prometheus", "namespace": "lma", "target_cluster": "" }, { "app_group": "lma", "path": "kube-state-metrics", "namespace": "lma", "target_cluster": "" }, - { "app_group": "lma", "path": "prometheus-process-exporter", "namespace": "lma", "target_cluster": "" }, { "app_group": "lma", "path": "prometheus-pushgateway", "namespace": "lma", "target_cluster": "" }, { "app_group": "lma", "path": "prometheus-node-exporter", "namespace": "lma", "target_cluster": ""}, { "app_group": "lma", "path": "prometheus-adapter", "namespace": "lma", "target_cluster": "" },