Skip to content

Commit

Permalink
chore: #176 consistent prometheus namespaceName and serviceName
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Brito <[email protected]>
  • Loading branch information
brito-rafa committed Feb 8, 2024
1 parent 28e114a commit 9fbde2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/opencost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ OpenCost and OpenCost UI
| ------- | ----- | --------------------- |
| mattray | | <https://mattray.dev> |
| toscott | | |
| brito-rafa | [email protected] | |

## Installing the Chart

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 9fbde2b

Please sign in to comment.