mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00: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>
9 lines
315 B
YAML
9 lines
315 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: helm-controller
|
|
- op: add
|
|
path: /spec/template/spec/priorityClassName
|
|
value: system-cluster-critical
|