Remove temporary static nodePort

Change-Id: Iebd832299bec532f400be13c22de18259a583852
diff --git a/aether-apps/google-phylo/Chart.yaml b/aether-apps/google-phylo/Chart.yaml
index 3c70cbd..7fd0cf2 100644
--- a/aether-apps/google-phylo/Chart.yaml
+++ b/aether-apps/google-phylo/Chart.yaml
@@ -17,4 +17,4 @@
 description: Google Video Analytics Application for Aether
 name: google-phylo
 
-version: 0.1.0
+version: 0.1.1
diff --git a/aether-apps/google-phylo/templates/service-phylo-rabbitmq.yaml b/aether-apps/google-phylo/templates/service-phylo-rabbitmq.yaml
index e9662da..a52fde9 100644
--- a/aether-apps/google-phylo/templates/service-phylo-rabbitmq.yaml
+++ b/aether-apps/google-phylo/templates/service-phylo-rabbitmq.yaml
@@ -31,7 +31,6 @@
     - port: 15672
       targetPort: 15672
       protocol: TCP
-      nodePort: 25672
       name: tcp-15672
     - port: 5672
       targetPort: 5672
diff --git a/aether-apps/google-phylo/templates/service-phylo-rtsp-server.yaml b/aether-apps/google-phylo/templates/service-phylo-rtsp-server.yaml
index 80a2449..a9cdd2d 100644
--- a/aether-apps/google-phylo/templates/service-phylo-rtsp-server.yaml
+++ b/aether-apps/google-phylo/templates/service-phylo-rtsp-server.yaml
@@ -31,7 +31,6 @@
     - port: 8554
       targetPort: 8554
       protocol: TCP
-      nodePort: 28554
       name: tcp-8554
   type: NodePort
 {{ end }}