From: Alexis de Talhouët Date: Tue, 18 Sep 2018 12:40:07 +0000 (-0400) Subject: Use free NodePort for Netbox (contrib) X-Git-Tag: 3.0.0-ONAP~344^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=497a5f94b100d5addbc4c5e92a5b6be7f759def1;p=oom.git Use free NodePort for Netbox (contrib) For contrib chart, we rather use 304 prefix than the 302 prefix, to keep core ONAP component in the same prefix space. Change-Id: Ia87d134e6d1649ccb74c7af03c61c4d485e2395b Issue-ID: CCSDK-366 Signed-off-by: Alexis de Talhouët --- diff --git a/kubernetes/contrib/charts/netbox/charts/netbox-nginx/values.yaml b/kubernetes/contrib/charts/netbox/charts/netbox-nginx/values.yaml index 31f2abffd1..e1845c8cb8 100755 --- a/kubernetes/contrib/charts/netbox/charts/netbox-nginx/values.yaml +++ b/kubernetes/contrib/charts/netbox/charts/netbox-nginx/values.yaml @@ -17,7 +17,7 @@ # Declare variables to be passed into your templates. global: # global defaults - nodePortPrefix: 302 + nodePortPrefix: 304 persistence: {} pullPolicy: Always @@ -79,6 +79,6 @@ service: name: netbox-nginx portName: netbox-nginx internalPort: 8080 - nodePort: 69 + nodePort: 20 resources: {} \ No newline at end of file