Skip to content

Instantly share code, notes, and snippets.

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

  • Save ramene/19ed23484fae4c926710895245dfe9f8 to your computer and use it in GitHub Desktop.

Select an option

Save ramene/19ed23484fae4c926710895245dfe9f8 to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: openvpn-data
spec:
storageClassName: generic
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment