diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.yaml | 7 | ||||
-rw-r--r-- | docs/sections/guides/infra_guides/oom_base_optional_addons.rst | 2 | ||||
-rw-r--r-- | docs/sections/resources/yaml/istio-ingress.yaml | 4 |
3 files changed, 5 insertions, 8 deletions
diff --git a/docs/conf.yaml b/docs/conf.yaml deleted file mode 100644 index 11eaff6045..0000000000 --- a/docs/conf.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -project_cfg: onap -project: onap - -# Change this to ReleaseBranchName to modify the header -default-version: kohn -# 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 b55ed0ef66..c98a388484 100644 --- a/docs/sections/guides/infra_guides/oom_base_optional_addons.rst +++ b/docs/sections/guides/infra_guides/oom_base_optional_addons.rst @@ -127,7 +127,7 @@ Install Istio Gateway > kubectl label namespace istio-ingress istio-injection=enabled -- To expose additional ports besides HTTP/S (e.g. for external Kafka access) +- To expose additional ports besides HTTP/S (e.g. for external Kafka access, SDNC-callhome) create an override file (e.g. istio-ingress.yaml) .. collapse:: istio-ingress.yaml diff --git a/docs/sections/resources/yaml/istio-ingress.yaml b/docs/sections/resources/yaml/istio-ingress.yaml index 5f000d306d..ae215c118a 100644 --- a/docs/sections/resources/yaml/istio-ingress.yaml +++ b/docs/sections/resources/yaml/istio-ingress.yaml @@ -29,4 +29,8 @@ service: - name: kafka-2 port: 9002 targetPort: 9002 + protocol: TCP + - name: sdnc-callhome + port: 4334 + targetPort: 4334 protocol: TCP
\ No newline at end of file |