Add Istio connectivity for Services below
[demo.git] / vnfs / DAaaS / deploy / istio-config / minio-config / README.md
1 # Istio virtualservice/Serviceentry for a specifc minio pod to be exposed to any service
2
3 The following values has to be updated depending on the Cluster's installation in values.yaml
4
5 1. allowedhosts - URI of Service on which minio is accessed
6 2. gateways - Name of the Istio gateway to which this virtualservice will be connected to
7 3. destinationhost - Specific pod name of the minio, Since it is a headless service
8
9 # Installation
10 1. helm install minio-istio-connectivity -n edge1
11
12 NOTE - The namespace (edge1) is used an example. This has to be changed to be namespace where minio is deployed.