File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 11schemaVersion : 2.2.0
22metadata :
33 name : java-quarkus
4- version : 1.2.0
4+ version : 1.2.1
55 provider : Red Hat
66 supportUrl : https://github.com/devfile-samples/devfile-support#support-information
7+ icon : https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
78 website : https://quarkus.io
89 displayName : Quarkus Java
9- description : Upstream Quarkus with Java+GraalVM
10- tags : ["Java", "Quarkus"]
11- projectType : " quarkus"
12- language : " java"
10+ description : Quarkus with Java
11+ tags :
12+ - Java
13+ - Quarkus
14+ projectType : Quarkus
15+ language : Java
1316 attributes :
1417 alpha.dockerimage-port : 8081
1518parent :
1619 id : java-quarkus
17- registryUrl : " https://registry.devfile.io"
20+ registryUrl : ' https://registry.devfile.io'
1821components :
1922 - name : image-build
2023 image :
@@ -26,17 +29,17 @@ components:
2629 - name : kubernetes-deploy
2730 attributes :
2831 deployment/replicas : 1
29- deployment/cpuLimit : " 100m"
32+ deployment/cpuLimit : ' 100m'
3033 deployment/cpuRequest : 10m
3134 deployment/memoryLimit : 250Mi
3235 deployment/memoryRequest : 100Mi
3336 deployment/container-port : 8081
3437 kubernetes :
3538 uri : deploy.yaml
3639 endpoints :
37- - name : http-8081
38- targetPort : 8081
39- path : /
40+ - name : http-8081
41+ targetPort : 8081
42+ path : /
4043commands :
4144 - id : build-image
4245 apply :
You can’t perform that action at this time.
0 commit comments