mgubaidullin commented on issue #1052:
URL: https://github.com/apache/camel-karavan/issues/1052#issuecomment-1965244329

   1. Karavan in Docker adds `docker-compose.yaml` (from snippets) file for 
every project created.
   2. When user deploys project Karavan uses `docker-compose.yaml` from the 
project folder and applies to Docker.
   3. There are DockerCompose model in 
https://github.com/apache/camel-karavan/blob/main/karavan-app/src/main/java/org/apache/camel/karavan/model/DockerCompose.java
 and converted Yaml->DockerCompose 
https://github.com/apache/camel-karavan/blob/main/karavan-app/src/main/java/org/apache/camel/karavan/code/DockerComposeConverter.java
   
   
   We need to add these limit resources to the model (and converter if needed)
   Also we need to set these limit resources when create container 
https://github.com/apache/camel-karavan/blob/8a37d39f3788641cdd7e21b5584f6426a994553a/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerService.java#L187C22-L187C48
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to