Skip to content

Commit 3ba945b

Browse files
committedJun 12, 2017
WIP: debugging/fixing errors on minishift
1 parent 391fda7 commit 3ba945b

File tree

45 files changed

+2941
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2941
-228
lines changed
 

‎brewing/pom.xml

+206-199
Large diffs are not rendered by default.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: "extensions/v1beta1"
2+
kind: "Deployment"
3+
metadata:
4+
labels: {}
5+
spec:
6+
replicas: 1
7+
template:
8+
spec:
9+
containers:
10+
- env:
11+
- name: "JAVA_OPTIONS"
12+
value: "-Xms512m -Xmx512m"

0 commit comments

Comments
 (0)