Gareth Healy
2020-02-10 16f23bf871020f763ae1be4ab1ecd92da8131516
commit | author | age
2282af 1 {
GH 2   "metadata": {
3     "name": "java"
4   },
5   "projects": [
6     {
7       "name": "pam-fraudmanagement",
8       "source": {
16f23b 9         "location": "http://mygitea.{{ _namespace }}.svc.cluster.local:3000/{{ _account_name }}/pam-fraudmanagement.git",
2282af 10         "type": "git"
GH 11       }
12     },
13     {
14       "name": "kogito-businessautomation",
15       "source": {
16f23b 16         "location": "http://mygitea.{{ _namespace }}.svc.cluster.local:3000/{{ _account_name }}/kogito-businessautomation.git",
2282af 17         "type": "git"
GH 18       }
19     }
20   ],
21   "components": [
22     {
23       "id": "redhat/java8/latest",
24       "type": "chePlugin"
25     },
26     {
27       "id": "redhat/vscode-apache-camel/latest",
28       "type": "chePlugin"
29     },
30     {
31       "mountSources": true,
32       "endpoints": [
33         {
34           "name": "8080",
35           "port": 8080
36         }
37       ],
38       "memoryLimit": "768Mi",
39       "type": "dockerimage",
40       "volumes": [
41         {
42           "name": "m2",
43           "containerPath": "/home/jboss/.m2"
44         }
45       ],
46       "alias": "maven",
47       "image": "registry.redhat.io/codeready-workspaces/stacks-java-rhel8:2.0",
48       "env": [
49         {
50           "value": "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xms20m -Djava.security.egd=file:/dev/./urandom -Duser.home=/home/jboss",
51           "name": "JAVA_OPTS"
52         },
53         {
54           "value": "$(JAVA_OPTS)",
55           "name": "MAVEN_OPTS"
56         }
57       ]
58     }
59   ],
60   "apiVersion": "1.0.0"
61 }