From 2154c3f1078c70e05e31bb1f3e525534f2f8c8d3 Mon Sep 17 00:00:00 2001 From: shucheng Date: Sat, 10 Nov 2018 21:05:56 +0800 Subject: [PATCH] update --- README.md | 9 ++++++++- values.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da610ad..a802a7d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # StorageOS Helm Chart - ```bash # install helm install /etc/kubernetes/helm/storageos \ @@ -70,4 +69,12 @@ ingress: csi: enable: true +``` + +## images + +由于rc-5版本免费试用的额度为500GB不够用,所以部署rc-4版本 + +``` + ``` \ No newline at end of file diff --git a/values.yaml b/values.yaml index 3430247..e43dc3b 100644 --- a/values.yaml +++ b/values.yaml @@ -80,7 +80,7 @@ ingress: ## The list of hostnames to be covered with this ingress record. ## Most likely this will be just one host, but in the event more hosts are needed, this is an array hosts: - - name: storageos.wodcloud.com + - name: storageos.wodcloud.local ## Set this to true in order to enable TLS on the ingress record ## A side effect of this will be that the backend joomla service will be connected at port 443 -- 2.26.0