[bot] [main] Automated version update (#2482)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -1112,7 +1112,7 @@ spec:
|
||||
description: Defines the settings related to Alertmanager.
|
||||
properties:
|
||||
alertmanagers:
|
||||
description: AlertmanagerEndpoints Prometheus should fire alerts against.
|
||||
description: Alertmanager endpoints where Prometheus should send alerts to.
|
||||
items:
|
||||
description: |-
|
||||
AlertmanagerEndpoints defines a selection of a single Endpoints object
|
||||
@@ -8074,7 +8074,10 @@ spec:
|
||||
type: string
|
||||
serviceDiscoveryRole:
|
||||
description: |-
|
||||
Defines the service discovery role used to discover targets from `ServiceMonitor` objects.
|
||||
Defines the service discovery role used to discover targets from
|
||||
`ServiceMonitor` objects and Alertmanager endpoints.
|
||||
|
||||
|
||||
If set, the value should be either "Endpoints" or "EndpointSlice".
|
||||
If unset, the operator assumes the "Endpoints" role.
|
||||
enum:
|
||||
|
||||
@@ -6624,7 +6624,10 @@ spec:
|
||||
type: string
|
||||
serviceDiscoveryRole:
|
||||
description: |-
|
||||
Defines the service discovery role used to discover targets from `ServiceMonitor` objects.
|
||||
Defines the service discovery role used to discover targets from
|
||||
`ServiceMonitor` objects and Alertmanager endpoints.
|
||||
|
||||
|
||||
If set, the value should be either "Endpoints" or "EndpointSlice".
|
||||
If unset, the operator assumes the "Endpoints" role.
|
||||
enum:
|
||||
|
||||
Reference in New Issue
Block a user