You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now there's only a string property rule.rules to specify rules.
Describe the solution you'd like to see
a) Using serviceOverrides it's possible to add a config map as volume, so would be enough to map rules property to rule-file param: Rules string json:"rules,omitempty"thanos:"--rule-file=%s".
b) Add a new property where user can specify a config map containing rule file(s) which is then mapped as a volume and set --rule-file ccordingly.
c) Support setting up rules from PrometheusRule resources.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now there's only a string property
rule.rules
to specify rules.Describe the solution you'd like to see
a) Using
serviceOverrides
it's possible to add a config map as volume, so would be enough to maprules
property torule-file
param: Rules stringjson:"rules,omitempty"
thanos:"--rule-file=%s"
.b) Add a new property where user can specify a config map containing rule file(s) which is then mapped as a volume and set
--rule-file
ccordingly.c) Support setting up rules from
PrometheusRule
resources.The text was updated successfully, but these errors were encountered: