Skip to content

Commit

Permalink
Add CDK provisioner to NFS example
Browse files Browse the repository at this point in the history
Where CDK is the Charmed Distribution of Kubernetes
  • Loading branch information
cl4u2 committed Nov 4, 2019
1 parent 9ae447f commit 322d78b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions staging/volumes/nfs/provisioner/nfs-server-cdk-pv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# PersistentVolumeClaim for Canonical's Charmed Distribution of Kubernetes.

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nfs-pv-provisioning-demo
labels:
demo: nfs-pv-provisioning
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 200Gi
storageClassName: cdk-cinder

0 comments on commit 322d78b

Please sign in to comment.