From 9575443c89824798c5222cd93317af295429360c Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 22 Mar 2023 16:17:31 +0530 Subject: [PATCH] Add comment about why we are using prometheus helm chart --- helm-charts/support/Chart.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm-charts/support/Chart.yaml b/helm-charts/support/Chart.yaml index e3d7fa9b45..8b1d2b3e64 100644 --- a/helm-charts/support/Chart.yaml +++ b/helm-charts/support/Chart.yaml @@ -6,6 +6,11 @@ description: Cluster wide depdencies for deployed hubs dependencies: # Prometheus for collection of metrics. # https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus + # We have deliberately chosen to use the helm chart rather than the prometheus + # operator, as we will never have more than one prometheus installation per + # cluster. The operator thus adds functionality we will not use, at a complexity + # cost. If we ever have multiple prometheii on the same cluster, we can + # reconsider using the operator. - name: prometheus version: 19.7.2 repository: https://prometheus-community.github.io/helm-charts