mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-29 07:19:07 +08:00
Mark source-controller, kustomize-controller and helm-controller as system-cluster-critical. This will reduce the chances of Flux controllers being evicted before other non-critical workloads. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
10 lines
317 B
YAML
10 lines
317 B
YAML
- op: add
|
|
path: /spec/template/spec/containers/0/args/0
|
|
value: --events-addr=http://notification-controller.flux-system.svc.cluster.local./
|
|
- op: add
|
|
path: /spec/template/spec/serviceAccountName
|
|
value: source-controller
|
|
- op: add
|
|
path: /spec/template/spec/priorityClassName
|
|
value: system-cluster-critical
|