summaryrefslogtreecommitdiffstats
path: root/clover/spinnaker/install/minio-pv.yml
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2018-10-11 19:25:12 +0800
committerwutianwei <wutianwei1@huawei.com>2018-10-15 01:04:26 +0000
commit7ab199ddcbce05190990cb1fa3ef1754b8256ef7 (patch)
tree8eafeb9398d2717ee11d2745e8323d9faeb1cb4d /clover/spinnaker/install/minio-pv.yml
parentee2169ee4b8fb3539ad173fbc1557b54b2f2216f (diff)
Add spinnaker configguide
- Supply manifest for creation PV - Add the spinnaker as a service documentation - set the ci.jenkins.enabled to false Change-Id: I66d91aa133085c6c5910913da4303c05fcba9800 Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'clover/spinnaker/install/minio-pv.yml')
-rw-r--r--clover/spinnaker/install/minio-pv.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/clover/spinnaker/install/minio-pv.yml b/clover/spinnaker/install/minio-pv.yml
new file mode 100644
index 0000000..6b5507d
--- /dev/null
+++ b/clover/spinnaker/install/minio-pv.yml
@@ -0,0 +1,14 @@
+kind: PersistentVolume
+apiVersion: v1
+metadata:
+ name: minio-pv-volume
+ labels:
+ type: local
+spec:
+ storageClassName: standard
+ capacity:
+ storage: 10Gi
+ accessModes:
+ - ReadWriteOnce
+ hostPath:
+ path: "/mnt/minio"