Prometheus ConfigMap Values
Values
Application Configuration
| Key | Type | Default | Description |
|---|---|---|---|
| enabled | bool | true | Enable or disable the Prometheus configuration deployment. It provides only configuration and secrets for connecting to Prometheus. Prometheus itself is not deployed when this value is 'true'. |
| namespace | string | "monitoring" | Namespace where the external Prometheus is deployed. |
| port | int | 9090 | Prometheus port. |
| releaseName | string | "kube-prometheus-stack" | External Prometheus release name. |