Fix nodePort conflict for APPC 09/49609/1
authorMike Elliott <mike.elliott@amdocs.com>
Wed, 30 May 2018 20:30:46 +0000 (16:30 -0400)
committerMike Elliott <mike.elliott@amdocs.com>
Wed, 30 May 2018 20:30:46 +0000 (16:30 -0400)
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 <mike.elliott@amdocs.com>
kubernetes/appc/values.yaml

index 0d6dffd..1bb7e23 100644 (file)
@@ -105,7 +105,7 @@ service:
 
   internalPort3: 9191
   externalPort3: 9090
-  nodePort3: 32
+  nodePort3: 11
 
 ## Persist data to a persitent volume
 persistence: