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>
 # Declare variables to be passed into your templates.
 
 global: # global defaults
-  nodePortPrefix: 302
+  nodePortPrefix: 304
   persistence: {}
   pullPolicy: Always
 
   name: netbox-nginx
   portName: netbox-nginx
   internalPort: 8080
-  nodePort: 69
+  nodePort: 20
 
 resources: {}
\ No newline at end of file