Prometheus.spec.initContainers[].lifecycle.preStop.tcpSocket.spec.alerting.alertmanagers
AlertmanagerEndpoints Prometheus should fire alerts against.
| Field / Type | Description |
|---|---|
apiVersion | Version of the Alertmanager API that Prometheus uses to send alerts. It can be "v1" or "v2". |
Authorization section for Alertmanager. Cannot be set at the same time as `basicAuth`, `bearerTokenFile` or `sigv4`. | |
BasicAuth configuration for Alertmanager. Cannot be set at the same time as `bearerTokenFile`, `authorization` or `sigv4`. | |
bearerTokenFile | File to read bearer token for Alertmanager. Cannot be set at the same time as `basicAuth`, `authorization`, or `sigv4`. Deprecated: this will be removed in a future release. Prefer using `authorization`. |
enableHttp2 | Whether to enable HTTP2. |
name | Name of the Endpoints object in the namespace. |
namespace | Namespace of the Endpoints object. |
pathPrefix | Prefix for the HTTP path alerts are pushed to. |
Port on which the Alertmanager API is exposed.
| |
scheme | Scheme to use when firing alerts. |
Sigv4 allows to configures AWS's Signature Verification 4 for the URL. It requires Prometheus >= v2.48.0. Cannot be set at the same time as `basicAuth`, `bearerTokenFile` or `authorization`. | |
timeout | Timeout is a per-target Alertmanager timeout when pushing alerts.
|
TLS Config to use for Alertmanager. |