Skip to content
Snippets Groups Projects
Unverified Commit 0e988147 authored by Unai Arríen's avatar Unai Arríen Committed by GitHub
Browse files

Configure PriorityClassName for MetalLB deployment (#8362)

parent 92f25bf2
No related branches found
No related tags found
No related merge requests found
...@@ -433,6 +433,7 @@ spec: ...@@ -433,6 +433,7 @@ spec:
app: metallb app: metallb
component: controller component: controller
spec: spec:
priorityClassName: system-cluster-critical
{% if metallb_controller_tolerations %} {% if metallb_controller_tolerations %}
tolerations: tolerations:
{{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }} {{ metallb_controller_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment