From fc816f6f85953d93c8956cb4f81dced2bd8ddc14 Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Wed, 30 May 2018 16:30:46 -0400 Subject: [PATCH] Fix nodePort conflict for APPC New nodeport was added in patch https://gerrit.onap.org/r/#/c/48717/4. Port 32 is already assigned to another application. This fix applies an unused node port to appc. Change-Id: I4c9d49b3f8030a219aea60ad567c594e9269a742 Issue-ID: OOM-1114 Signed-off-by: Mike Elliott --- kubernetes/appc/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 0d6dffd38c..1bb7e231bb 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -105,7 +105,7 @@ service: internalPort3: 9191 externalPort3: 9090 - nodePort3: 32 + nodePort3: 11 ## Persist data to a persitent volume persistence: -- 2.16.6