From d623cbb60c8b905a4f0b580e06dffcf18dac2596 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Wed, 27 May 2026 00:25:28 +0200 Subject: [PATCH] infra/r740/kube: values/components --- infra/r740/kube/values/components.yaml | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 infra/r740/kube/values/components.yaml diff --git a/infra/r740/kube/values/components.yaml b/infra/r740/kube/values/components.yaml new file mode 100644 index 0000000..3a2873c --- /dev/null +++ b/infra/r740/kube/values/components.yaml @@ -0,0 +1,34 @@ +instance: + components: + - source-controller + - kustomize-controller + - helm-controller + - notification-controller + - image-reflector-controller + - image-automation-controller + cluster: + type: kubernetes + multitenant: false + networkPolicy: true + domain: "cluster.local" + kustomize: + patches: + - target: + kind: Deployment + name: "(kustomize-controller|helm-controller)" + patch: | + - op: add + path: /spec/template/spec/containers/0/args/- + value: --concurrent=10 + - op: add + path: /spec/template/spec/containers/0/args/- + value: --requeue-dependency=10s + - patch: | + - op: add + path: /spec/decryption + value: + provider: sops + secretRef: + name: flux-sops + target: + kind: Kustomization