Add Rook operator and Ceph cluster bring up script
[icn.git] / deploy / kud-plugin-addons / rook / yaml / test / rbd / pod.yaml
1 ---
2 apiVersion: v1
3 kind: Pod
4 metadata:
5   name: csirbd-demo-pod
6 spec:
7   containers:
8    - name: web-server
9      image: nginx
10      volumeMounts:
11        - name: mypvc
12          mountPath: /var/lib/www/html
13   volumes:
14    - name: mypvc
15      persistentVolumeClaim:
16        claimName: rbd-pvc
17        readOnly: false