summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-30 16:30:46 -0400
committerMike Elliott <mike.elliott@amdocs.com>2018-05-30 16:30:46 -0400
commitfc816f6f85953d93c8956cb4f81dced2bd8ddc14 (patch)
tree6bbbafe7093fd774012d69b27f3b8a17153eb15e
parente68e6f2d2d5e57ef3e2a6d97c4ce531c1ec51c2d (diff)
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 <mike.elliott@amdocs.com>
-rw-r--r--kubernetes/appc/values.yaml2
1 files changed, 1 insertions, 1 deletions
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: