--- 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.140" fabric8.io/git-commit: "b49e76f78e13f375066c459e35a99c4e8a8d707b" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/4" fabric8.io/build-id: "4" labels: provider: "fabric8" project: "springboot-camel-amq" version: "2.2.140" group: "quickstarts" name: "springboot-camel-amq" spec: replicas: 1 selector: provider: "fabric8" project: "springboot-camel-amq" version: "2.2.140" group: "quickstarts" template: metadata: annotations: {} labels: provider: "fabric8" project: "springboot-camel-amq" version: "2.2.140" 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.140" 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: []