mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
613 B
YAML
23 lines
613 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: image-automation-controller
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: GOMAXPROCS
|
|
valueFrom:
|
|
resourceFieldRef:
|
|
containerName: manager
|
|
resource: limits.cpu
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/env/-
|
|
value:
|
|
name: GOMEMLIMIT
|
|
valueFrom:
|
|
resourceFieldRef:
|
|
containerName: manager
|
|
resource: limits.memory
|