Skip to content

Instantly share code, notes, and snippets.

@lvnilesh
Created November 1, 2023 17:28
Show Gist options
  • Save lvnilesh/ddaa3cb8bd841f03d47b1f9728bbfe80 to your computer and use it in GitHub Desktop.
Save lvnilesh/ddaa3cb8bd841f03d47b1f9728bbfe80 to your computer and use it in GitHub Desktop.
custom storage class for nfs-server
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: cg-storageclass
provisioner: nfs-service
reclaimPolicy: Retain
volumeBindingMode: Immediate
allowVolumeExpansion: false
parameters:
storageaccounttype: Standard_LRS
kind: Managed
mountOptions:
- debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment