--- apiVersion: "v1" kind: "Template" metadata: annotations: fabric8.springboot-camel-amq/summary: "Camel route using ActiveMQ and Spring-Boot" description: "Camel route using ActiveMQ and Spring-Boot" fabric8.springboot-camel-amq/iconUrl: "img/icons/camel.svg" labels: {} name: "springboot-camel-amq" objects: - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/iconUrl: "img/icons/camel.svg" fabric8.io/git-branch: "release-v2.2.136" fabric8.io/git-commit: "18b70f1d4e53bf79f98ab6c2a061cb80bec45360" fabric8.io/build-url: "http://null:80/job/oss-parent/5" fabric8.io/build-id: "5" labels: provider: "fabric8" project: "springboot-camel-amq" version: "2.2.136" group: "quickstarts" name: "springboot-camel-amq" spec: replicas: 1 selector: provider: "fabric8" project: "springboot-camel-amq" version: "2.2.136" group: "quickstarts" template: metadata: annotations: {} labels: provider: "fabric8" project: "springboot-camel-amq" version: "2.2.136" group: "quickstarts" spec: containers: - args: [] command: [] env: - name: "ACTIVEMQ_SERVICE_NAME" value: "activemq" - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/springboot-camel-amq:2.2.136" name: "springboot-camel-amq" ports: - containerPort: 8778 name: "jolokia" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []