Automated Manifest Update #2911

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-27 23:08:05 +00:00

View File

@@ -47,6 +47,26 @@ spec:
- server - server
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
containers: 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: - envFrom:
- secretRef: - secretRef:
name: garage-token-secret name: garage-token-secret