-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: #176 consistent prometheus namespaceName and serviceName
Signed-off-by: Rafael Brito <[email protected]>
- Loading branch information
1 parent
28e114a
commit 9fbde2b
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ OpenCost and OpenCost UI | |
| ------- | ----- | --------------------- | | ||
| mattray | | <https://mattray.dev> | | ||
| toscott | | | | ||
| brito-rafa | [email protected] | | | ||
|
||
## 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 | | ||
|