diff options
author | 2023-03-30 15:49:08 +0000 | |
---|---|---|
committer | 2023-03-30 15:49:08 +0000 | |
commit | 2103b2987fec55e348ac1baeb3f5f78c96ca3370 (patch) | |
tree | 3b68ddc77625f42fd7d01627f47ffc41f5e1cd47 /docs/sections/resources | |
parent | 33324f79e764d7588d850c18f0b76f7b98db809e (diff) | |
parent | 2af5079ba7cc09fda2c19a3f627299b3ef655227 (diff) |
Merge "[SDNC] Chart cleanup from TLS/AAF options"
Diffstat (limited to 'docs/sections/resources')
-rw-r--r-- | docs/sections/resources/yaml/istio-ingress.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |