Skip to content

Commit a3381df

Browse files
committed
Add docs for proxy_url alertmanager
Signed-off-by: Mario Fernandez <[email protected]>
1 parent 8804294 commit a3381df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/manifests/types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,10 @@ type PrometheusRestrictedConfig struct {
702702
type ThanosRulerConfig struct {
703703
// Configures how the Thanos Ruler component communicates
704704
// with additional Alertmanager instances.
705+
// The Cluster Monitoring Operator reads the cluster-wide proxy settings and configures
706+
// the appropriate Proxy URL for the Alertmanager endpoints.
707+
// All Alertmanager endpoints in this group are expected to resolve to the same Proxy URL.
708+
// If certain endpoints should bypass the cluster proxy, they should be placed in a separate group.
705709
// The default value is `nil`.
706710
AlertmanagersConfigs []AdditionalAlertmanagerConfig `json:"additionalAlertmanagerConfigs,omitempty"`
707711
// Configures the default interval between Prometheus rule evaluations in case the `PrometheusRule` resource does not specify any value.

0 commit comments

Comments
 (0)