prometheus operator v0.71.2
AlertmanagerConfig.spec.receivers.webexConfigs.httpConfig.tlsConfig.spec.receivers.webhookConfigs
List of webhook configurations.
| Field / Type | Description |
|---|---|
HTTP client configuration. | |
maxAlerts | Maximum number of alerts to be sent per webhook message. When 0, all alerts are included.
|
sendResolved | Whether or not to notify about resolved alerts. |
url | The URL to send HTTP POST requests to. `urlSecret` takes precedence over `url`. One of `urlSecret` and `url` should be defined. |
The secret's key that contains the webhook URL to send HTTP requests to. `urlSecret` takes precedence over `url`. One of `urlSecret` and `url` should be defined. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
|