ceph-csi/examples/rbd/pod-block.yaml
2019-02-25 18:12:46 +00:00

17 lines
301 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: csirbd-block-pod
spec:
containers:
- name: web-server
image: nginx
volumeDevices:
- name: data
devicePath: /dev/vda
volumes:
- name: data
persistentVolumeClaim:
claimName: rbd-block-pvc
readOnly: false