Skip to content

Instantly share code, notes, and snippets.

@emreozkangit
Created May 1, 2020 13:29
Show Gist options
  • Save emreozkangit/c6421f0c5bff64369ac2178944708252 to your computer and use it in GitHub Desktop.
Save emreozkangit/c6421f0c5bff64369ac2178944708252 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
namespace: emre
name: windows
labels:
app: containerized-data-importer
annotations:
cdi.kubevirt.io/storage.import.endpoint: "http://xxx.xxx.xxx.xxx/windows_server_2012_r2_standard_eval_kvm_20170321.qcow2"
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 15Gi
storageClassName: ocs-storagecluster-cephfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment