Files
infrastructure/clusters/cl01tl/manifests/shelfmark/PersistentVolume-shelfmark-import-nfs-storage.yaml
gitea-bot 0978c82497 Automated Manifest Update (#3217)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3217
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-01-15 22:20:51 +00:00

24 lines
547 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: shelfmark-import-nfs-storage
namespace: shelfmark
labels:
app.kubernetes.io/name: shelfmark-import-nfs-storage
app.kubernetes.io/instance: shelfmark
app.kubernetes.io/part-of: shelfmark
spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-client
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
nfs:
path: /volume2/Storage/Books Import
server: synologybond.alexlebens.net
mountOptions:
- vers=4
- minorversion=1
- noac