File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- schemaVersion : 2.0 .0
1+ schemaVersion : 2.2 .0
22metadata :
33 name : java-quarkus
44 version : 1.1.0
5- attributes :
6- alpha.build-context : .
7- alpha.build-dockerfile : src/main/docker/Dockerfile.jvm.staged
5+ provider : Red Hat
6+ supportUrl : https://github.com/devfile-samples/devfile-support#support-information
87 website : https://quarkus.io
98 displayName : Quarkus Java
109 description : Upstream Quarkus with Java+GraalVM
1110 tags : ["Java", "Quarkus"]
1211 projectType : " quarkus"
1312 language : " java"
13+ attributes :
14+ alpha.dockerimage-port : 8081
1415starterProjects :
1516 - name : community
1617 zip :
@@ -19,15 +20,16 @@ starterProjects:
1920 zip :
2021 location : https://code.quarkus.redhat.com/d?e=io.quarkus%3Aquarkus-resteasy&e=io.quarkus%3Aquarkus-smallrye-health&e=io.quarkus%3Aquarkus-openshift
2122components :
22- - name : buildguidance
23- attributes :
24- tool : console-import
25- container :
26- image : buildguidanceimage-placeholder
27- memoryLimit : 1024Mi
28- endpoints :
29- - name : http-8081
30- targetPort : 8081
23+ - name : outerloop-build
24+ image :
25+ imageName : java-quarkus-image:latest
26+ dockerfile :
27+ uri : src/main/docker/Dockerfile.jvm.staged
28+ buildContext : .
29+ rootRequired : false
30+ - name : outerloop-deploy
31+ kubernetes :
32+ uri : outerloop-deploy.yaml
3133 - name : tools
3234 container :
3335 image : quay.io/eclipse/che-quarkus:nightly
Original file line number Diff line number Diff line change 1+ kind : Deployment
2+ apiVersion : apps/v1
3+ metadata :
4+ name : my-java-quarkus
5+ spec :
6+ replicas : 1
7+ selector :
8+ matchLabels :
9+ app : java-quarkus-app
10+ template :
11+ metadata :
12+ labels :
13+ app : java-quarkus-app
14+ spec :
15+ containers :
16+ - name : my-java-quarkus
17+ image : java-quarkus-image:latest
18+ ports :
19+ - name : http
20+ containerPort : 8081
21+ protocol : TCP
22+ resources :
23+ limits :
24+ memory : " 1024Mi"
25+ cpu : " 500m"
You can’t perform that action at this time.
0 commit comments