feat: update NFS configuration and add check-nfs script for server validation

This commit is contained in:
2026-05-23 11:24:21 +00:00
parent 12e87635c6
commit acec744df8
4 changed files with 104 additions and 233 deletions

View File

@@ -1,10 +1,12 @@
name: nfs
is: nfs
description: NFS client provisioner for external NFS storage
version: v4.0.18
deploymentName: ""
storageClassName: "nfs"
version: v4.0.18-2
category: infrastructure
scripts:
- name: check-nfs
path: scripts/check-nfs.sh
description: Verify NFS server is reachable and the export path is available
defaultConfig:
namespace: nfs
host: "192.168.1.100"