You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2021/03/12 13:21:56 UTC

[incubator-streampipes-installer] branch dev updated: removed duplicate svc definition of activemq in helm chart

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8b17b27  removed duplicate svc definition of activemq in helm chart
     new 67cb275  Merge pull request #11 from mfaizanse/dev
8b17b27 is described below

commit 8b17b27c4af5c606f2e0415c5315be4d35507f62
Author: Muhammad Faizan <m....@eu.denso.com>
AuthorDate: Fri Mar 12 14:04:06 2021 +0100

    removed duplicate svc definition of activemq in helm chart
---
 .../external/activemq/activemq-deployment.yaml     | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/k8s/templates/external/activemq/activemq-deployment.yaml b/k8s/templates/external/activemq/activemq-deployment.yaml
index 90ce56d..979cef3 100644
--- a/k8s/templates/external/activemq/activemq-deployment.yaml
+++ b/k8s/templates/external/activemq/activemq-deployment.yaml
@@ -14,31 +14,6 @@
 # limitations under the License.
 
 ---
-apiVersion: v1
-kind: Service
-metadata:
-  name: activemq
-spec:
-  selector:
-    app: activemq
-  ports:
-    - name: main
-      protocol: TCP
-      port: 61616
-      targetPort: 61616
-    - name: websocket
-      protocol: TCP
-      port: 61614
-      targetPort: 61614
-    - name: ui
-      protocol: TCP
-      port: 8161
-      targetPort: 8161
-    - name: mqtt
-      protocol: TCP
-      port: 1883
-      targetPort: 1883
----
 apiVersion: apps/v1
 kind: Deployment
 metadata: