You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
587 B
30 lines
587 B
3 years ago
|
# Default values for rook-nfs-server.
|
||
|
|
||
|
replicaCount: 1
|
||
|
|
||
|
nameOverride: ""
|
||
|
fullnameOverride: ""
|
||
|
|
||
|
serviceAccount:
|
||
|
# Specifies whether a service account should be created
|
||
|
create: true
|
||
|
# Annotations to add to the service account
|
||
|
annotations: {}
|
||
|
|
||
|
rbac:
|
||
|
create: true
|
||
|
|
||
|
exports: []
|
||
|
# - name: share1
|
||
|
# server:
|
||
|
# accessMode: ReadWrite
|
||
|
# squash: "none"
|
||
|
# allowedClients: []
|
||
|
# persistentVolumeClaim:
|
||
|
# size: 1Gi
|
||
|
# # Leave empty to use the default storageclass
|
||
|
# storageClass: ""
|
||
|
# accessMode: ReadWriteOnce
|
||
|
|
||
|
# NFS Server annotations
|
||
|
annotations: {}
|