Skip to content

Commit

Permalink
feat: mount by default as NFS 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Fi committed Oct 22, 2024
1 parent 0a928c4 commit c8a49e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nfs-server-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ their default values.
| `storageClass.name` | The name to assign the created StorageClass | `nfs` |
| `storageClass.allowVolumeExpansion` | Allow base storage PCV to be dynamically resizeable (set to null to disable ) | `true |
| `storageClass.parameters` | Parameters for StorageClass | `{}` |
| `storageClass.mountOptions` | Mount options for StorageClass | `[ "vers=3" ]` |
| `storageClass.mountOptions` | Mount options for StorageClass | `[ "vers=4.1" ]` |
| `storageClass.reclaimPolicy` | ReclaimPolicy field of the class, which can be either Delete or Retain | `Delete` |
| `resources` | Resource limits for nfs-server-provisioner pod | `{}` |
| `nodeSelector` | Map of node labels for pod assignment | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nfs-server-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ storageClass:
parameters: {}

mountOptions:
- vers=3
- vers=4.1
- retrans=2
- timeo=30

Expand Down

0 comments on commit c8a49e0

Please sign in to comment.