Automated Manifest Update (#2906)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2906
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2906.
This commit is contained in:
2025-12-27 21:11:15 +00:00
committed by Alex Lebens
parent 6b6d3daff8
commit dc8c497e23
7 changed files with 39 additions and 158 deletions

View File

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