Skip to content

Commit

Permalink
Create 13-4-nfs-volume.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Aug 20, 2017
1 parent c94a868 commit 9c7c0f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 13-4-nfs-volume.yaml
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: database
labels:
volume: my-volume
spec:
capacity:
storage: 1Gi
nfs:
server: 192.168.0.1
path: "/exports"

0 comments on commit 9c7c0f4

Please sign in to comment.