Automated Manifest Update (#2914)

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

Reviewed-on: #2914
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 #2914.
This commit is contained in:
2025-12-27 23:12:33 +00:00
committed by Alex Lebens
parent 1853a11ae2
commit 75307b32a6
6 changed files with 96 additions and 0 deletions

View File

@@ -63,7 +63,17 @@ spec:
name: config
readOnly: true
subPath: garage.toml
- mountPath: /var/lib/garage/data
name: data-2
- mountPath: /var/lib/garage/meta
name: db-2
volumes:
- configMap:
name: garage
name: config
- name: data-2
persistentVolumeClaim:
claimName: garage-data-2
- name: db-2
persistentVolumeClaim:
claimName: garage-db-2