Skip to content

Commit ff19d8b

Browse files
authored
Updated devfile metadata (#13)
Signed-off-by: Paul Schultz <[email protected]> Signed-off-by: Paul Schultz <[email protected]>
1 parent 2f69630 commit ff19d8b

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

devfile.yaml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: java-springboot
4-
version: 1.2.0
4+
version: 1.2.1
55
attributes:
66
alpha.dockerimage-port: 8081
7-
displayName: Java Spring Boot
8-
description: Java Spring Boot using Maven
9-
tags: ["Java", "Spring"]
10-
projectType: "springboot"
11-
language: "java"
7+
displayName: Spring Boot®
8+
description: Spring Boot® using Maven
9+
icon: https://spring.io/images/projects/spring-edf462fec682b9d48cf628eaf9e19521.svg
10+
tags:
11+
- Java
12+
- Spring Boot
13+
projectType: springboot
14+
language: Java
1215
provider: Red Hat
1316
supportUrl: https://github.com/devfile-samples/devfile-support#support-information
1417
parent:
1518
id: java-springboot
16-
registryUrl: "https://registry.devfile.io"
19+
registryUrl: 'https://registry.devfile.io'
1720
components:
1821
- name: image-build
1922
image:
@@ -25,17 +28,17 @@ components:
2528
- name: kubernetes-deploy
2629
attributes:
2730
deployment/replicas: 1
28-
deployment/cpuLimit: "100m"
31+
deployment/cpuLimit: '100m'
2932
deployment/cpuRequest: 10m
3033
deployment/memoryLimit: 300Mi
3134
deployment/memoryRequest: 180Mi
3235
deployment/container-port: 8081
3336
kubernetes:
3437
uri: deploy.yaml
3538
endpoints:
36-
- name: http-8081
37-
targetPort: 8081
38-
path: /
39+
- name: http-8081
40+
targetPort: 8081
41+
path: /
3942
commands:
4043
- id: build-image
4144
apply:

0 commit comments

Comments
 (0)