Use free NodePort for Netbox (contrib) 89/67289/3
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 18 Sep 2018 12:40:07 +0000 (08:40 -0400)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 18 Sep 2018 13:01:21 +0000 (13:01 +0000)
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 <adetalhouet89@gmail.com>
kubernetes/contrib/charts/netbox/charts/netbox-nginx/values.yaml

index 31f2abf..e1845c8 100755 (executable)
@@ -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