commit | c61a2e786cac17fdb6d0afcf57579569f4c8d199 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun@opennetworking.org> | Tue Mar 17 13:54:42 2020 -0700 |
committer | Hyunsun Moon <hyunsun@opennetworking.org> | Tue Mar 17 13:54:59 2020 -0700 |
tree | 2335c3e75521f25f24b4fde56418165be7a7f9e5 | |
parent | 6ff622e1bacf155af8bfe0f7e216b0e1e8860e0c [diff] |
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 }}