mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
16 lines
300 B
YAML
16 lines
300 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: pvpod
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: test-container
|
||
|
image: gcr.io/google_containers/test-webserver
|
||
|
volumeMounts:
|
||
|
- name: test-volume
|
||
|
mountPath: /test-vmdk
|
||
|
volumes:
|
||
|
- name: test-volume
|
||
|
persistentVolumeClaim:
|
||
|
claimName: pvc0001
|