Skip to content

Commit

Permalink
Adding "distributor" section support to mimir config file
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaKhait committed Jul 19, 2024
1 parent c0dd9d6 commit 33d6f5d
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 33d6f5d

Please sign in to comment.