Skip to content

Commit

Permalink
[EOS-5638] Configure PriorityClassName for MetalLB deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
unai-ttxu committed Dec 21, 2021
1 parent 8e57f51 commit c5cd11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes-apps/metallb/templates/metallb.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ spec:
app: metallb
component: controller
spec:
priorityClassName: system-cluster-critical
{% if metallb_controller_tolerations %}
tolerations:
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
Expand Down

0 comments on commit c5cd11e

Please sign in to comment.