Automated Manifest Update (#2902)

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

Reviewed-on: #2902
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 #2902.
This commit is contained in:
2025-12-27 20:57:08 +00:00
committed by Alex Lebens
parent 13d99dcaf4
commit b3e8280958
7 changed files with 109 additions and 20 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:
@@ -76,8 +74,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
volumes:
@@ -87,9 +83,6 @@ spec:
- name: data
persistentVolumeClaim:
claimName: garage-data
- name: db
persistentVolumeClaim:
claimName: garage-db
- name: snapshots
persistentVolumeClaim:
claimName: garage-snapshots