From 9fbde2bd14d17a05d691140959cb2b4e96a9879a Mon Sep 17 00:00:00 2001 From: Rafael Brito Date: Thu, 8 Feb 2024 14:16:58 -0600 Subject: [PATCH] chore: #176 consistent prometheus namespaceName and serviceName Signed-off-by: Rafael Brito --- charts/opencost/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/opencost/README.md b/charts/opencost/README.md index 70ddeef..274710d 100644 --- a/charts/opencost/README.md +++ b/charts/opencost/README.md @@ -12,6 +12,7 @@ OpenCost and OpenCost UI | ------- | ----- | --------------------- | | mattray | | | | toscott | | | +| brito-rafa | rafa@stormforge.io | | ## Installing the Chart @@ -95,7 +96,7 @@ $ helm install opencost opencost/opencost | opencost.prometheus.internal.enabled | bool | `true` | Use in-cluster Prometheus | | opencost.prometheus.internal.namespaceName | string | `"prometheus-system"` | Namespace of in-cluster Prometheus | | opencost.prometheus.internal.port | int | `9090` | Service port of in-cluster Prometheus | -| opencost.prometheus.internal.serviceName | string | `"my-prometheus"` | Service name of in-cluster Prometheus | +| opencost.prometheus.internal.serviceName | string | `"prometheus-server"` | Service name of in-cluster Prometheus | | opencost.prometheus.password | string | `""` | Prometheus Basic auth password | | opencost.prometheus.password_key | string | `"DB_BASIC_AUTH_PW"` | Key in the secret that references the password | | opencost.prometheus.secret_name | string | `nil` | Secret name that contains credentials for Prometheus |