aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/istio-config/minio-config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/deploy/istio-config/minio-config/README.md')
-rw-r--r--vnfs/DAaaS/deploy/istio-config/minio-config/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/istio-config/minio-config/README.md b/vnfs/DAaaS/deploy/istio-config/minio-config/README.md
new file mode 100644
index 00000000..9df2374d
--- /dev/null
+++ b/vnfs/DAaaS/deploy/istio-config/minio-config/README.md
@@ -0,0 +1,12 @@
+# Istio virtualservice/Serviceentry for a specifc minio pod to be exposed to any service
+
+The following values has to be updated depending on the Cluster's installation in values.yaml
+
+1. allowedhosts - URI of Service on which minio is accessed
+2. gateways - Name of the Istio gateway to which this virtualservice will be connected to
+3. destinationhost - Specific pod name of the minio, Since it is a headless service
+
+# Installation
+1. helm install minio-istio-connectivity -n edge1
+
+NOTE - The namespace (edge1) is used an example. This has to be changed to be namespace where minio is deployed.