Skip to content

Commit

Permalink
feat(core): Provide an Apache Camel K stack eclipse-che/che#14831
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Oct 30, 2019
1 parent 49f2353 commit a70ff0c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
32 changes: 32 additions & 0 deletions devfiles/apache-camel-k/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
apiVersion: 1.0.0
metadata:
generateName: apache-camel-k-
projects:
-
name: camel-k-examples
source:
type: git
location: "https://github.com/apache/camel-k"
sparseCheckoutDir: "examples"
components:
-
type: chePlugin
id: redhat/vscode-xml/latest
-
type: chePlugin
id: redhat/vscode-apache-camel/latest
-
type: chePlugin
id: redhat/vscode-yaml/latest
-
alias: vscode-camelk
type: chePlugin
id: redhat/vscode-camelk/latest
commands:
- name: Install Camel K instance (requires ~/.kube/config previously setup)
actions:
- type: exec
command: kamel install
component: vscode-camelk

6 changes: 6 additions & 0 deletions devfiles/apache-camel-k/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: Apache Camel K
description: Stack with environment ready to develop Integration projects with Apache Camel K
tags: ["Apache Camel K", "Red Hat Fuse", "Integration"]
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
globalMemoryLimit: 2930Mi

0 comments on commit a70ff0c

Please sign in to comment.