ceph-csi/vendor/k8s.io/kubernetes/examples/volumes/scaleio/pod-sc-pvc.yaml

16 lines
316 B
YAML
Raw Normal View History

2018-01-09 18:57:14 +00:00
kind: Pod
apiVersion: v1
metadata:
name: pod-sio-small
spec:
containers:
- name: pod-sio-small-container
2018-03-06 22:33:18 +00:00
image: k8s.gcr.io/test-webserver
2018-01-09 18:57:14 +00:00
volumeMounts:
- mountPath: /test
name: test-data
volumes:
- name: test-data
persistentVolumeClaim:
claimName: pvc-sio-small