You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
343 B
17 lines
343 B
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: vitastor-test-block-pvc
|
|
namespace: default
|
|
spec:
|
|
containers:
|
|
- name: vitastor-test-block-pvc
|
|
image: nginx
|
|
volumeDevices:
|
|
- name: data
|
|
devicePath: /dev/xvda
|
|
volumes:
|
|
- name: data
|
|
persistentVolumeClaim:
|
|
claimName: test-vitastor-pvc-block
|
|
readOnly: false
|
|
|