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

16 lines
330 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
image: gcr.io/google_containers/test-webserver
volumeMounts:
- mountPath: /test
name: test-data
volumes:
- name: test-data
persistentVolumeClaim:
claimName: pvc-sio-small