cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 4917bc4fcef69e535f04cf56cf7852c92aa69488
parent 8fd2dc22c97a8b288c9fbd24d3d789f6ad5ffeb1
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Fri, 20 Mar 2026 20:38:43 +0100

further velero improvements

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Minfrastructure_talos/controllers/velero/release.yaml | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/infrastructure_talos/controllers/velero/release.yaml b/infrastructure_talos/controllers/velero/release.yaml @@ -28,12 +28,13 @@ spec: deployNodeAgent: true nodeAgent: - tolerations: - # Allow node-agent to run on control plane nodes so that DaemonSet pods - # scheduled there (Cilium, hcloud-csi-controller) can have their volumes backed up. - - key: node-role.kubernetes.io/control-plane - operator: Exists - effect: NoSchedule + resources: + requests: + cpu: 100m + memory: 128Mi + limits: + cpu: "1" + memory: 1Gi metrics: enabled: true