summaryrefslogtreecommitdiffstats
path: root/kubernetes/wordpress-demo/claim-web.yaml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-11-02 15:39:45 +0100
committerChristian Heimes <christian@python.org>2015-11-02 16:19:22 +0100
commit243246865325cbd23424741cf04b59b9371dc0d9 (patch)
tree6711dfda64d2793154d92f70103fceb1f7142dc6 /kubernetes/wordpress-demo/claim-web.yaml
parentad6a6afd220c3e0417614e40493c8ba191d05842 (diff)
downloadcustodia_docker-master.tar.gz
custodia_docker-master.tar.xz
custodia_docker-master.zip
Add example configurations for Custodia demosHEADmaster
Diffstat (limited to 'kubernetes/wordpress-demo/claim-web.yaml')
-rw-r--r--kubernetes/wordpress-demo/claim-web.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/wordpress-demo/claim-web.yaml b/kubernetes/wordpress-demo/claim-web.yaml
new file mode 100644
index 0000000..1a04bec
--- /dev/null
+++ b/kubernetes/wordpress-demo/claim-web.yaml
@@ -0,0 +1,12 @@
+kind: PersistentVolumeClaim
+apiVersion: v1
+metadata:
+ name: myclaim-web
+ labels:
+ name: myclaim-web
+spec:
+ accessModes:
+ - ReadWriteMany
+ resources:
+ requests:
+ storage: 3Gi