Advertisement
bfitzpat

apache-camel-initializer-plus-camel-plus-gitproject

Jun 18th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---
  2. specVersion: 0.0.1
  3. name: apache-camel-initializer-plus-camel-plus-gitproject
  4. projects:
  5. - name: spring-boot-camel-xml
  6. clonePath: spring-boot-camel-xml
  7. source:
  8. type: git
  9. location: https://github.com/bfitzpat/spring-boot-camel-xml.git
  10. components:
  11. -
  12. type: cheEditor
  13. id: eclipse/che-theia/next
  14. memoryLimit: 512Mi
  15. -
  16. type: chePlugin
  17. id: camel-tooling/vscode-apache-camel/0.0.14
  18. memoryLimit: 512Mi
  19. -
  20. type: chePlugin
  21. id: redhat/project-initializer/0.0.9
  22. memoryLimit: 512Mi
  23. -
  24. type: chePlugin
  25. id: redhat/java/0.43.0
  26. memoryLimit: 768Mi
  27. -
  28. type: dockerimage
  29. alias: maven
  30. image: maven:3.6.1-jdk-8
  31. command: ['sleep']
  32. args: ['infinity']
  33. env:
  34. - name: MAVEN_CONFIG
  35. value: "/home/user/.m2"
  36. - name: MAVEN_OPTS
  37. value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
  38. -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90
  39. -Dsun.zip.disableMemoryMapping=true -Xms20m -Djava.security.egd=file:/dev/./urandom"
  40. - name: JAVA_OPTS
  41. value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
  42. -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90
  43. -Dsun.zip.disableMemoryMapping=true -Xms20m -Djava.security.egd=file:/dev/./urandom"
  44. - name: JAVA_TOOL_OPTIONS
  45. value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
  46. -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90
  47. -Dsun.zip.disableMemoryMapping=true -Xms20m -Djava.security.egd=file:/dev/./urandom
  48. -Duser.home=/home/user"
  49. - name: PS1
  50. value: "$(echo ${0})\\$"
  51. - name: HOME
  52. value: "/home/user"
  53. volumes:
  54. - name: m2
  55. containerPath: "/home/user/.m2"
  56. memoryLimit: 512Mi
  57. endpoints:
  58. - name: '8080/tcp'
  59. port: 8080
  60. mountSources: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement