chore: Update manifests after change
This commit is contained in:
@@ -36,6 +36,28 @@ spec:
|
|||||||
hostPID: false
|
hostPID: false
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
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
|
||||||
|
- mountPath: /var/lib/garage/meta
|
||||||
|
name: db
|
||||||
|
- mountPath: /var/lib/garage/snapshots
|
||||||
|
name: snapshots
|
||||||
- envFrom:
|
- envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: garage-token-secret
|
name: garage-token-secret
|
||||||
|
|||||||
Reference in New Issue
Block a user