diff --git a/kubernetes/app/archmirror/pv.yaml b/kubernetes/app/archmirror/pv.yaml index 2d064e4..7f05a34 100644 --- a/kubernetes/app/archmirror/pv.yaml +++ b/kubernetes/app/archmirror/pv.yaml @@ -12,7 +12,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: ${ARCHMIRROR_NFS_PATH} diff --git a/kubernetes/app/cryptpad/pv-config.yaml b/kubernetes/app/cryptpad/pv-config.yaml index 2e8ebc7..55a0954 100644 --- a/kubernetes/app/cryptpad/pv-config.yaml +++ b/kubernetes/app/cryptpad/pv-config.yaml @@ -11,6 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/cryptpad/pv-data.yaml b/kubernetes/app/cryptpad/pv-data.yaml index 5b18c8e..c7c4a88 100644 --- a/kubernetes/app/cryptpad/pv-data.yaml +++ b/kubernetes/app/cryptpad/pv-data.yaml @@ -11,6 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/grocy/pv-config.yaml b/kubernetes/app/grocy/pv-config.yaml index af07eeb..268b57c 100644 --- a/kubernetes/app/grocy/pv-config.yaml +++ b/kubernetes/app/grocy/pv-config.yaml @@ -11,6 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/immich/pv-db.yaml b/kubernetes/app/immich/pv-db.yaml index 3965e9e..31ef99a 100644 --- a/kubernetes/app/immich/pv-db.yaml +++ b/kubernetes/app/immich/pv-db.yaml @@ -11,6 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/immich/pv-library.yaml b/kubernetes/app/immich/pv-library.yaml index d6e8f7b..655b5f4 100644 --- a/kubernetes/app/immich/pv-library.yaml +++ b/kubernetes/app/immich/pv-library.yaml @@ -11,6 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/jellyfin/pv-config.yaml b/kubernetes/app/jellyfin/pv-config.yaml index 2cf1fa7..fcdfec3 100644 --- a/kubernetes/app/jellyfin/pv-config.yaml +++ b/kubernetes/app/jellyfin/pv-config.yaml @@ -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 diff --git a/kubernetes/app/jellyfin/pv-media.yaml b/kubernetes/app/jellyfin/pv-media.yaml index 932a406..62f5eea 100644 --- a/kubernetes/app/jellyfin/pv-media.yaml +++ b/kubernetes/app/jellyfin/pv-media.yaml @@ -11,7 +11,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: ${MEDIA_NFS_PATH} diff --git a/kubernetes/app/lubelogger/pv-data.yaml b/kubernetes/app/lubelogger/pv-data.yaml index 64bd8f2..2d1e7ec 100644 --- a/kubernetes/app/lubelogger/pv-data.yaml +++ b/kubernetes/app/lubelogger/pv-data.yaml @@ -11,6 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/media/pv-config.yaml b/kubernetes/app/media/pv-config.yaml index a54ba3b..1b474ff 100644 --- a/kubernetes/app/media/pv-config.yaml +++ b/kubernetes/app/media/pv-config.yaml @@ -11,7 +11,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: /volume3/k8s-storage/qbittorrent-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/prowlarr-config @@ -47,7 +51,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: /volume3/k8s-storage/radarr-config @@ -65,7 +71,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: /volume3/k8s-storage/radarr-db @@ -83,7 +91,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: /volume3/k8s-storage/sonarr-config @@ -101,7 +111,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: /volume3/k8s-storage/sonarr-db diff --git a/kubernetes/app/media/pv-media.yaml b/kubernetes/app/media/pv-media.yaml index caa7505..d54e453 100644 --- a/kubernetes/app/media/pv-media.yaml +++ b/kubernetes/app/media/pv-media.yaml @@ -11,7 +11,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: ${MEDIA_NFS_PATH} diff --git a/kubernetes/app/paperless/pv-consume.yaml b/kubernetes/app/paperless/pv-consume.yaml index 45bd588..df80d87 100644 --- a/kubernetes/app/paperless/pv-consume.yaml +++ b/kubernetes/app/paperless/pv-consume.yaml @@ -11,7 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - intr + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/paperless/pv-data.yaml b/kubernetes/app/paperless/pv-data.yaml index 743364e..3ae76dd 100644 --- a/kubernetes/app/paperless/pv-data.yaml +++ b/kubernetes/app/paperless/pv-data.yaml @@ -11,7 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - intr + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/paperless/pv-media.yaml b/kubernetes/app/paperless/pv-media.yaml index 97a8d9f..14d5c1e 100644 --- a/kubernetes/app/paperless/pv-media.yaml +++ b/kubernetes/app/paperless/pv-media.yaml @@ -11,7 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - intr + - noatime - timeo=30 - retrans=3 nfs: diff --git a/kubernetes/app/podsync/pv.yaml b/kubernetes/app/podsync/pv.yaml index 1819042..e7d880d 100644 --- a/kubernetes/app/podsync/pv.yaml +++ b/kubernetes/app/podsync/pv.yaml @@ -11,7 +11,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: ${PODSYNC_NFS_PATH} @@ -29,7 +31,9 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard - - nointr + - noatime + - timeo=30 + - retrans=3 nfs: server: synology.storage.lviv path: /volume3/k8s-storage/podsync-database diff --git a/kubernetes/infrastructure/controllers/authelia/pv-db.yaml b/kubernetes/infrastructure/controllers/authelia/pv-db.yaml index 3a6eda2..9414a51 100644 --- a/kubernetes/infrastructure/controllers/authelia/pv-db.yaml +++ b/kubernetes/infrastructure/controllers/authelia/pv-db.yaml @@ -11,6 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain mountOptions: - hard + - noatime - timeo=30 - retrans=3 nfs: