chore: Update manifests after change

This commit is contained in:
2025-12-27 23:07:39 +00:00
parent 04c36c3c63
commit 20a3e912ce

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