Automated Manifest Update (#2911)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2911
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2911.
This commit is contained in:
2025-12-27 23:08:04 +00:00
committed by Alex Lebens
parent 04c36c3c63
commit 9649f88f57

View File

@@ -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