From 2af5079ba7cc09fda2c19a3f627299b3ef655227 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 27 Mar 2023 17:11:27 +0200 Subject: [SDNC] Chart cleanup from TLS/AAF options Remove checks and add the usage of common templates Add information about external access to SDNC-callhome and add ingress setup for it Issue-ID: OOM-3122 Signed-off-by: Andreas Geissler Change-Id: I7b32832ee31d811c23b4eaa5d43f7aa9d767c353 --- docs/sections/resources/yaml/istio-ingress.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/sections/resources/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 -- cgit 1.2.3-korg