From: Mike Elliott Date: Wed, 30 May 2018 20:30:46 +0000 (-0400) Subject: Fix nodePort conflict for APPC X-Git-Tag: 2.0.0-ONAP~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=fc816f6f85953d93c8956cb4f81dced2bd8ddc14 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 --- 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: