From 957f220a578960293035d829b8c5356aad0467bf Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 27 Dec 2025 20:33:34 +0000 Subject: [PATCH] Automated Manifest Update (#2899) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2899 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../cl01tl/manifests/garage/Deployment-garage-main.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml b/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml index 071daf3e2..f28673ed9 100644 --- a/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml +++ b/clusters/cl01tl/manifests/garage/Deployment-garage-main.yaml @@ -69,10 +69,13 @@ spec: cpu: 10m memory: 128Mi 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 volumes: