mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 01:40:23 +00:00
21 lines
385 B
YAML
21 lines
385 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: pod-0
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: gcr.io/google_containers/test-webserver
|
||
|
name: pod-0
|
||
|
volumeMounts:
|
||
|
- mountPath: /test-pd
|
||
|
name: vol-0
|
||
|
volumes:
|
||
|
- name: vol-0
|
||
|
scaleIO:
|
||
|
gateway: https://localhost:443/api
|
||
|
system: scaleio
|
||
|
volumeName: vol-0
|
||
|
secretRef:
|
||
|
name: sio-secret
|
||
|
fsType: xfs
|