--- apiVersion: "v1" kind: "Template" metadata: annotations: fabric8.fabric8-camel/summary: "Sonatype helps open source projects to set up\ \ Maven repositories on https://oss.sonatype.org/" description: "## Fabric8 Camel\n\nThis library provides a framework for working\ \ with Pods containing [Apache Camel](http://camel.apache.org/) when running\ \ on top of Kubernetes and exposing [Jolokia](http://jolokia.org/) access to\ \ the underlying JMX MBeans for Camel.\n\n###??Add it to your Maven pom.xml\n\ \nTo be able to use the Java code in your [Apache Maven](http://maven.apache.org/)\ \ based project add this into your pom.xml\n\n \n \ \ io.fabric8\n fabric8-camel\n\ \ 2.2.100\n \n\n\n\ ###??Try an example\n\nIf you clone the source code:\n\n git clone https://github.com/fabric8io/fabric8.git\n\ \ cd fabric8\n\nAnd if you are running a camel context in a replication controller\ \ in some namespace then run the following:\n\n cd components/fabric8-camel\n\ \ mvn test-compile exec:java -Dexample.rcName=mycamel -Dexample.rcNamespace=mycamel-staging\ \ -Dexample.camelContext=myCamel\n\nWhere those parameters are the Replication\ \ Controller name running your camel route, the namespace its running inside\ \ and the camel context ID to work with.\n\n" labels: {} name: "fabric8-camel" objects: - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.145" fabric8.io/git-commit: "b3ffe89a9760c70c77be17f5d0cd714c021b7b27" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/10" fabric8.io/build-id: "10" labels: provider: "fabric8" project: "fabric8-camel" version: "2.2.145" group: "io.fabric8.ipaas.apps" name: "fabric8-camel" spec: replicas: 1 selector: provider: "fabric8" project: "fabric8-camel" version: "2.2.145" group: "io.fabric8.ipaas.apps" template: metadata: annotations: {} labels: provider: "fabric8" project: "fabric8-camel" version: "2.2.145" group: "io.fabric8.ipaas.apps" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/fabric8-camel:2.2.145" name: "fabric8-camel" ports: - containerPort: 8778 name: "jolokia" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []