Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Fixing Java MySQL sample devfile to be able to be run on OSIO #61

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion devfiles/java-mysql/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ components:
-
type: chePlugin
id: redhat/java/latest
memoryLimit: 1280MiB
-
type: dockerimage
alias: tools
Expand Down Expand Up @@ -45,7 +46,7 @@ components:
value: petclinic
- name: PS1
value: $(echo ${0})\\$
memoryLimit: 256Mi
memoryLimit: 300Mi
endpoints:
- name: 'db'
port: 3306
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-mysql/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ displayName: Java with Spring Boot and MySQL
description: Java stack with OpenJDK 8, MySQL and Spring Boot Petclinic demo application
tags: ["Java", "OpenJDK", "Maven", "Spring Boot", "MySQL"]
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
globalMemoryLimit: 2930Mi
globalMemoryLimit: 3Gi