Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Last active August 2, 2018 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owainlewis/4bdfed4e8846153f9125a81ffb3d333a to your computer and use it in GitHub Desktop.
Save owainlewis/4bdfed4e8846153f9125a81ffb3d333a to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: block-volume-london
spec:
storageClassName: "oci"
selector:
matchLabels:
failure-domain.beta.kubernetes.io/zone: "UK-LONDON-1-AD-2"
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment