diff --git a/local-values/208-nfs-client-provisioner-values.yaml b/local-values/208-nfs-client-provisioner-values.yaml new file mode 100644 index 0000000..c8834e6 --- /dev/null +++ b/local-values/208-nfs-client-provisioner-values.yaml @@ -0,0 +1,52 @@ +# Default values for nfs-client-provisioner. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +## Deployment replica count +replicaCount: 1 + +## docker image +image: + repository: quay.io/external_storage/nfs-client-provisioner + tag: v3.1.0-k8s1.11 + pullPolicy: IfNotPresent + +## Cloud Filestore instance +nfs: + ## Set IP address + server: "192.168.1.208" + ## Set file share name + path: "/nfs" + +## For creating the StorageClass automatically: +storageClass: + create: true + + ## Set a StorageClass name + name: nfs-208 + + ## Set reclaim policy for PV + reclaimPolicy: Retain + +## For RBAC support: +rbac: + create: true + + ## Ignored if rbac.create is true + ## + serviceAccountName: default + +## +resources: {} + # limits: + # cpu: 100m + # memory: 128Mi + # requests: + # cpu: 100m + # memory: 128Mi + +nodeSelector: {} + +tolerations: [] + +affinity: {} diff --git a/local-values/209-nfs-client-provisioner-values.yaml b/local-values/209-nfs-client-provisioner-values.yaml new file mode 100644 index 0000000..11174da --- /dev/null +++ b/local-values/209-nfs-client-provisioner-values.yaml @@ -0,0 +1,52 @@ +# Default values for nfs-client-provisioner. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +## Deployment replica count +replicaCount: 1 + +## docker image +image: + repository: quay.io/external_storage/nfs-client-provisioner + tag: v3.1.0-k8s1.11 + pullPolicy: IfNotPresent + +## Cloud Filestore instance +nfs: + ## Set IP address + server: "192.168.1.209" + ## Set file share name + path: "/nfs" + +## For creating the StorageClass automatically: +storageClass: + create: true + + ## Set a StorageClass name + name: nfs-209 + + ## Set reclaim policy for PV + reclaimPolicy: Retain + +## For RBAC support: +rbac: + create: true + + ## Ignored if rbac.create is true + ## + serviceAccountName: default + +## +resources: {} + # limits: + # cpu: 100m + # memory: 128Mi + # requests: + # cpu: 100m + # memory: 128Mi + +nodeSelector: {} + +tolerations: [] + +affinity: {}