diff --git a/devfile.yaml b/devfile.yaml index afef7e77..caf3709e 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -1,20 +1,23 @@ schemaVersion: 2.2.0 metadata: name: java-quarkus - version: 1.2.0 + version: 1.2.1 provider: Red Hat supportUrl: https://github.com/devfile-samples/devfile-support#support-information + icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg website: https://quarkus.io displayName: Quarkus Java - description: Upstream Quarkus with Java+GraalVM - tags: ["Java", "Quarkus"] - projectType: "quarkus" - language: "java" + description: Quarkus with Java + tags: + - Java + - Quarkus + projectType: Quarkus + language: Java attributes: alpha.dockerimage-port: 8081 parent: id: java-quarkus - registryUrl: "https://registry.devfile.io" + registryUrl: 'https://registry.devfile.io' components: - name: image-build image: @@ -26,7 +29,7 @@ components: - name: kubernetes-deploy attributes: deployment/replicas: 1 - deployment/cpuLimit: "100m" + deployment/cpuLimit: '100m' deployment/cpuRequest: 10m deployment/memoryLimit: 250Mi deployment/memoryRequest: 100Mi @@ -34,9 +37,9 @@ components: kubernetes: uri: deploy.yaml endpoints: - - name: http-8081 - targetPort: 8081 - path: / + - name: http-8081 + targetPort: 8081 + path: / commands: - id: build-image apply: