File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -703,9 +703,9 @@ type ThanosRulerConfig struct {
703703 // Configures how the Thanos Ruler component communicates
704704 // with additional Alertmanager instances.
705705 // 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.
706+ // the appropriate proxy URL for the Alertmanager endpoints.
707+ // All Alertmanager endpoints in this group are expected to use the same proxy URL.
708+ // Endpoints that bypass the cluster proxy should be placed in a separate group.
709709 // The default value is `nil`.
710710 AlertmanagersConfigs []AdditionalAlertmanagerConfig `json:"additionalAlertmanagerConfigs,omitempty"`
711711 // Configures the default interval between Prometheus rule evaluations in case the `PrometheusRule` resource does not specify any value.
You can’t perform that action at this time.
0 commit comments