Skip to content

Instantly share code, notes, and snippets.

@ramene
Created April 21, 2018 05:53
Show Gist options
  • Select an option

  • Save ramene/3153bee281236ff4f5a69fe12ea4e31a to your computer and use it in GitHub Desktop.

Select an option

Save ramene/3153bee281236ff4f5a69fe12ea4e31a to your computer and use it in GitHub Desktop.
kind: PersistentVolume
apiVersion: v1
metadata:
name: openvpn-data
labels:
type: local
spec:
storageClassName: generic
capacity:
storage: 2Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/openvpn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment