From 08a380df611b5f71cd18ff48d7efa3687fa14de4 Mon Sep 17 00:00:00 2001 From: eball Date: Tue, 2 Dec 2025 23:39:07 +0800 Subject: [PATCH] jfsnotify: update jfsnotify daemon volume configurations (#2138) --- .../.olares/config/cluster/deploy/fsnotify_daemon.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml b/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml index a462c7de3..a92e66be4 100644 --- a/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml +++ b/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml @@ -73,12 +73,12 @@ spec: cpu: 20m memory: 200Mi volumeMounts: - - name: jfs-sock - mountPath: /tmp + - name: node-data + mountPath: /olares terminationGracePeriodSeconds: 30 volumes: - - name: jfs-sock - hostPath: - path: /tmp + - name: node-data + hostPath: /olares + {{- end }} # End of fs type condition