Skip to content

Commit

Permalink
Adding "distributor" section support to mimir config file (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: Ishan Jain <51803183+ishanjainn@users.noreply.github.com>
  • Loading branch information
HamzaKhait and ishanjainn authored Oct 19, 2024
1 parent 8709543 commit f274ee8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/mimir/templates/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ server:
limits:
{{ mimir_limits | to_nice_yaml(indent=2, sort_keys=False) | indent(2, False)}}
{% endif %}

{% if mimir_distributor is defined %}
distributor:
{{ mimir_distributor | to_nice_yaml(indent=2, sort_keys=False) | indent(2, False)}}
{% endif %}

0 comments on commit f274ee8

Please sign in to comment.