mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
16 lines
330 B
YAML
16 lines
330 B
YAML
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
|