diff options
Diffstat (limited to 'vnfs/DAaaS/deploy/istio-config/kafka-config/README.md')
-rw-r--r-- | vnfs/DAaaS/deploy/istio-config/kafka-config/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/istio-config/kafka-config/README.md b/vnfs/DAaaS/deploy/istio-config/kafka-config/README.md new file mode 100644 index 00000000..5f4e088f --- /dev/null +++ b/vnfs/DAaaS/deploy/istio-config/kafka-config/README.md @@ -0,0 +1,13 @@ +# Istio virtualservice for kafka to connect to any service + +The following values has to be updated depending on the Cluster's installation in values.yaml + +1. allowedhosts - URI of Service consuming kafka (or Any service which consumes kafka) +2. gateways - Name of the Istio gateway to which this virtualservice will be connected to +3. destinationhost - m3coordinator service name +4. port - port of the m3coordinator service + +# Installation +1. helm install kafka-istio-connectivity -n training + +NOTE - The namespace (training) is used an example. This has to be changed to be namespace where kafka is deployed. |