--- apiVersion: "v1" kind: "Template" labels: {} metadata: annotations: fabric8.fabric8-msm/summary: "Artemis configured for Microservice Messaging" description: "runs a [Apache ActiveMQ Artemis](https://activemq.apache.org/artemis/)\ \ broker which is then exposed as a [kubernetes service](http://fabric8.io/v2/services.html).\n" fabric8.fabric8-msm/iconUrl: "img/icons/activemq.svg" labels: {} name: "fabric8-msm" objects: - apiVersion: "v1" kind: "Service" metadata: annotations: {} labels: project: "fabric8-msm" component: "msm" provider: "fabric8" version: "2.2.96" group: "msm" name: "fabric8-msm" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 61616 protocol: "TCP" targetPort: 61616 selector: project: "fabric8-msm" component: "msm" provider: "fabric8" group: "msm" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.96" fabric8.io/git-commit: "88e604db1eeda99c6a702c7a6e578d27ffc1d3d0" fabric8.io/build-id: "2" labels: project: "fabric8-msm" component: "msm" provider: "fabric8" version: "2.2.96" group: "msm" name: "fabric8-msm" spec: replicas: 1 selector: project: "fabric8-msm" component: "msm" provider: "fabric8" version: "2.2.96" group: "msm" template: metadata: annotations: {} labels: project: "fabric8-msm" component: "msm" provider: "fabric8" version: "2.2.96" group: "msm" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/fabric8-msm:2.2.96" name: "fabric8-msm" ports: - containerPort: 61616 name: "amq" - containerPort: 8778 name: "jolokia" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []