Add Rook operator and Ceph cluster bring up script
[icn.git] / deploy / kud-plugin-addons / rook / yaml / test / rbd / pod.yaml
diff --git a/deploy/kud-plugin-addons/rook/yaml/test/rbd/pod.yaml b/deploy/kud-plugin-addons/rook/yaml/test/rbd/pod.yaml
new file mode 100644 (file)
index 0000000..3a75fb9
--- /dev/null
@@ -0,0 +1,17 @@
+---
+apiVersion: v1
+kind: Pod
+metadata:
+  name: csirbd-demo-pod
+spec:
+  containers:
+   - name: web-server
+     image: nginx
+     volumeMounts:
+       - name: mypvc
+         mountPath: /var/lib/www/html
+  volumes:
+   - name: mypvc
+     persistentVolumeClaim:
+       claimName: rbd-pvc
+       readOnly: false