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

WIP: Providing more optimization for the apache camel springboot example #60

Closed
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
6 changes: 3 additions & 3 deletions devfiles/apache-camel-springboot/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ components:
-
type: chePlugin
id: camel-tooling/vscode-apache-camel/latest
memoryLimit: 200Mi
memoryLimit: 256Mi
-
type: chePlugin
id: redhat/java/latest
memoryLimit: 1400Mi
memoryLimit: 1280Mi
-
type: dockerimage
alias: maven
Expand All @@ -43,7 +43,7 @@ components:
volumes:
- name: m2
containerPath: "/home/user/.m2"
memoryLimit: 512Mi
memoryLimit: 384Mi
endpoints:
- name: '8080/tcp'
port: 8080
Expand Down