feat(k8s): add noatime to all NFS PVs, standardize mount options

This commit is contained in:
2026-03-23 22:40:53 +02:00
parent 8b8fe5f314
commit aaba82275c
16 changed files with 49 additions and 16 deletions

View File

@@ -11,7 +11,9 @@ spec:
persistentVolumeReclaimPolicy: Retain
mountOptions:
- hard
- nointr
- noatime
- timeo=30
- retrans=3
nfs:
server: synology.storage.lviv
path: /volume3/k8s-storage/jellyfin-config
@@ -29,7 +31,9 @@ spec:
persistentVolumeReclaimPolicy: Retain
mountOptions:
- hard
- nointr
- noatime
- timeo=30
- retrans=3
nfs:
server: synology.storage.lviv
path: /volume3/k8s-storage/jellyfin-cache

View File

@@ -11,7 +11,9 @@ spec:
persistentVolumeReclaimPolicy: Retain
mountOptions:
- hard
- nointr
- noatime
- timeo=30
- retrans=3
nfs:
server: synology.storage.lviv
path: ${MEDIA_NFS_PATH}