From 78f93722db36d64560fa054d7dbbd409873ec767 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 27 Dec 2025 20:19:32 +0000 Subject: [PATCH] Automated Manifest Update (#2895) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2895 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../garage/Deployment-garage-main.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml b/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml index db682e0b3..29743a868 100644 --- a/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml +++ b/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml @@ -36,6 +36,28 @@ spec: hostPID: false dnsPolicy: ClusterFirst containers: + - command: + - sleep + - infinity + image: ubuntu:resolute-20251208 + imagePullPolicy: IfNotPresent + name: debug + resources: + requests: + cpu: 10m + memory: 32Mi + volumeMounts: + - mountPath: /etc/garage.toml + mountPropagation: None + name: config + readOnly: true + subPath: garage.toml + - mountPath: /var/lib/garage/data + name: data + - mountPath: /var/lib/garage/meta + name: db + - mountPath: /var/lib/garage/snapshots + name: snapshots - envFrom: - secretRef: name: garage-token-secret