Automated Manifest Update #2911

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-27 23:08:05 +00:00
Showing only changes of commit 20a3e912ce - Show all commits

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