summaryrefslogtreecommitdiffstats
path: root/docs/sections/guides/infra_guides/oom_base_optional_addons.rst
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-03-28 16:39:39 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-28 16:39:39 +0000
commit2ff70ab60f387a40f1723c0449e29c74fe1e118c (patch)
treedd079095a55ee4aab22e450c3060e4ec115966a9 /docs/sections/guides/infra_guides/oom_base_optional_addons.rst
parent6539e7a7ee21d68ce6b0cc7be7b14e71ebaaf4d9 (diff)
parent2900765560071572d8a5c53482855048cddfac92 (diff)
Merge "[STRIMZI] Correction for external Access via Ingress"
Diffstat (limited to 'docs/sections/guides/infra_guides/oom_base_optional_addons.rst')
-rw-r--r--docs/sections/guides/infra_guides/oom_base_optional_addons.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/sections/guides/infra_guides/oom_base_optional_addons.rst b/docs/sections/guides/infra_guides/oom_base_optional_addons.rst
index f795a8664a..b55ed0ef66 100644
--- a/docs/sections/guides/infra_guides/oom_base_optional_addons.rst
+++ b/docs/sections/guides/infra_guides/oom_base_optional_addons.rst
@@ -127,12 +127,20 @@ Install Istio Gateway
> kubectl label namespace istio-ingress istio-injection=enabled
-- Install the Istio Gateway chart,replacing the
+- To expose additional ports besides HTTP/S (e.g. for external Kafka access)
+ create an override file (e.g. istio-ingress.yaml)
+
+ .. collapse:: istio-ingress.yaml
+
+ .. include:: ../../resources/yaml/istio-ingress.yaml
+ :code: yaml
+
+- Install the Istio Gateway chart using the override file, replacing the
<recommended-istio-version> with the version defined in
the :ref:`versions_table` table::
> helm upgrade -i istio-ingress istio/gateway -n istio-ingress
- --version <recommended-istio-version> --wait
+ --version <recommended-istio-version> -f ingress-istio.yaml --wait
Kiali Installation
==================