Browse Source

Configure PriorityClassName for MetalLB deployment (#8362)

pull/8369/head
Unai Arríen 2 years ago
committed by GitHub
parent
commit
0e98814732
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes-apps/metallb/templates/metallb.yml.j2

1
roles/kubernetes-apps/metallb/templates/metallb.yml.j2

@ -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) }}

Loading…
Cancel
Save