Files
infrastructure/clusters/cl01tl/manifests/shelfmark/PersistentVolumeClaim-shelfmark-audiobooks-nfs-storage.yaml
gitea-bot 7fa67c4a66 Automated Manifest Update (#3313)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3313
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-01-18 23:32:20 +00:00

18 lines
436 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: shelfmark-audiobooks-nfs-storage
namespace: shelfmark
labels:
app.kubernetes.io/name: shelfmark-audiobooks-nfs-storage
app.kubernetes.io/instance: shelfmark
app.kubernetes.io/part-of: shelfmark
spec:
volumeName: shelfmark-audiobooks-nfs-storage
storageClassName: nfs-client
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi