mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Merge pull request #3802 from fluxcd/system-cluster-critical
Set priority class for the critical Flux components
This commit is contained in:
commit
73e2f56ff5
3 changed files with 9 additions and 0 deletions
|
|
@ -4,3 +4,6 @@
|
|||
- op: add
|
||||
path: /spec/template/spec/serviceAccountName
|
||||
value: helm-controller
|
||||
- op: add
|
||||
path: /spec/template/spec/priorityClassName
|
||||
value: system-cluster-critical
|
||||
|
|
|
|||
|
|
@ -4,3 +4,6 @@
|
|||
- op: add
|
||||
path: /spec/template/spec/serviceAccountName
|
||||
value: kustomize-controller
|
||||
- op: add
|
||||
path: /spec/template/spec/priorityClassName
|
||||
value: system-cluster-critical
|
||||
|
|
|
|||
|
|
@ -4,3 +4,6 @@
|
|||
- op: add
|
||||
path: /spec/template/spec/serviceAccountName
|
||||
value: source-controller
|
||||
- op: add
|
||||
path: /spec/template/spec/priorityClassName
|
||||
value: system-cluster-critical
|
||||
|
|
|
|||
Loading…
Reference in a new issue