From 0f43cf556c37c09184c5e0485791cd4ad96c7e36 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Fri, 26 Apr 2019 15:13:09 -0400 Subject: Disable stats port for haproxy Issue-ID: AAI-2395 Change-Id: Id25a4f0a0770a62a8d1e78d0affcf210c93fbdd0 Signed-off-by: Harish Venkata Kajur --- values.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'values.yaml') diff --git a/values.yaml b/values.yaml index b2e17af..75f372e 100644 --- a/values.yaml +++ b/values.yaml @@ -343,14 +343,10 @@ readiness: service: type: NodePort - portName: aai - externalPort: 8080 - internalPort: 8080 - nodePort: 32 - portName2: aai-ssl - externalPort2: 8443 - internalPort2: 8443 - nodePort2: 33 + portName: aai-ssl + externalPort: 8443 + internalPort: 8443 + nodePort: 33 # POLICY hotfix - Note this must be temporary # See https://jira.onap.org/browse/POLICY-510 aaiServiceClusterIp: -- cgit 1.2.3-korg