Skip to content

Commit 997fe33

Browse files
authored
Updated devfile metadata (#8)
Signed-off-by: Paul Schultz <[email protected]> Signed-off-by: Paul Schultz <[email protected]>
1 parent 831185a commit 997fe33

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

devfile.yaml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
schemaVersion: 2.2.0
22
metadata:
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
1518
parent:
1619
id: java-quarkus
17-
registryUrl: "https://registry.devfile.io"
20+
registryUrl: 'https://registry.devfile.io'
1821
components:
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: /
4043
commands:
4144
- id: build-image
4245
apply:

0 commit comments

Comments
 (0)