chore: Update manifests after change

This commit is contained in:
2025-12-27 21:01:40 +00:00
parent b3e8280958
commit 3e7706711a
3 changed files with 16 additions and 20 deletions

View File

@@ -54,6 +54,8 @@ spec:
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:
@@ -83,6 +85,9 @@ spec:
- name: data
persistentVolumeClaim:
claimName: garage-data
- name: db
persistentVolumeClaim:
claimName: garage-db
- name: snapshots
persistentVolumeClaim:
claimName: garage-snapshots