Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Created November 2, 2018 15:39
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/b6c40556ac81d3550500bc4cb8b7d5c2 to your computer and use it in GitHub Desktop.
Save owainlewis/b6c40556ac81d3550500bc4cb8b7d5c2 to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: oci-block-volume
spec:
storageClassName: oci
selector:
matchLabels:
failure-domain.beta.kubernetes.io/zone: AD-1
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment