Merge "Use free NodePort for Netbox (contrib)"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 18 Sep 2018 13:51:48 +0000 (13:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 18 Sep 2018 13:51:48 +0000 (13:51 +0000)
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