Automated Manifest Update #2895

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-27 20:19:36 +00:00

View File

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