ceph-csi/vendor/github.com/kubernetes-csi/drivers/examples/hostpath/csi-app.yaml
2018-11-26 13:23:56 -05:00

16 lines
350 B
YAML

kind: Pod
apiVersion: v1
metadata:
name: my-csi-app
spec:
containers:
- name: my-frontend
image: busybox
volumeMounts:
- mountPath: "/data"
name: my-csi-volume
command: [ "sleep", "1000000" ]
volumes:
- name: my-csi-volume
persistentVolumeClaim:
claimName: csi-pvc # defined in csi-pvs.yaml