--- apiVersion: "v1" kind: "Template" metadata: annotations: fabric8.swarm-camel-rest/summary: "Camel REST Service running in a standalone\ \ Java Swarm Container" description: "Camel REST Service running in a standalone Java Swarm Container" labels: {} name: "swarm-camel-rest" objects: - apiVersion: "v1" kind: "Service" metadata: annotations: {} labels: provider: "fabric8" project: "swarm-camel-rest" version: "2.2.140" group: "quickstarts" name: "swarm-camel-rest" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 8080 protocol: "TCP" targetPort: 8080 selector: project: "swarm-camel-rest" provider: "fabric8" group: "quickstarts" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: 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: "swarm-camel-rest" version: "2.2.140" group: "quickstarts" name: "swarm-camel-rest" spec: replicas: 1 selector: provider: "fabric8" project: "swarm-camel-rest" version: "2.2.140" group: "quickstarts" template: metadata: annotations: {} labels: provider: "fabric8" project: "swarm-camel-rest" version: "2.2.140" group: "quickstarts" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/swarm-camel-rest:2.2.140" name: "swarm-camel-rest" ports: - containerPort: 8080 name: "http" - containerPort: 8778 name: "jolokia" readinessProbe: httpGet: httpHeaders: [] path: "/jmx" port: 8080 initialDelaySeconds: 5 timeoutSeconds: 30 resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []