You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
343 B
YAML
18 lines
343 B
YAML
1 year ago
|
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
|