From 9649f88f5747159d6e051611f8ca5191797ce2ab Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 27 Dec 2025 23:08:04 +0000 Subject: [PATCH] Automated Manifest Update (#2911) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2911 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../garage/Deployment-garage-server-1.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/clusters/cl01tl/manifests/garage/Deployment-garage-server-1.yaml b/clusters/cl01tl/manifests/garage/Deployment-garage-server-1.yaml index 30e0049bc..2a31638bc 100644 --- a/clusters/cl01tl/manifests/garage/Deployment-garage-server-1.yaml +++ b/clusters/cl01tl/manifests/garage/Deployment-garage-server-1.yaml @@ -47,6 +47,26 @@ spec: - server topologyKey: kubernetes.io/hostname 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-1 + - mountPath: /var/lib/garage/meta + name: db-1 - envFrom: - secretRef: name: garage-token-secret