1
0
Fork 0

Merge branch 'updated-questions' of p281392/molgenis-ops-docker-helm into master

This commit is contained in:
Sido Haakma 2018-07-30 21:29:28 +02:00 committed by Gogs
commit 65023d9f2d
2 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: molgenis-preview
name: molgenis
version: 0.2.0

View File

@ -19,7 +19,7 @@ questions:
- "3"
- "4"
required: true
group: "Resource limits"
group: "MOLGENIS - Resource limits"
label: CPU limit
- variable: molgenis.resources.limits.memory
default: 1250Mi
@ -31,5 +31,14 @@ questions:
- "2000Mi"
- "2500Mi"
required: true
group: "Resource limits"
label: Memory limit
group: "MOLGENIS - Resource limits"
label: Memory limit
- variable: molgenis.javaOpts
default: "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
description: "Java runtime options for the MOLGENIS instance"
type: enum
options:
- "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
- "-Xmx2g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
group: "MOLGENIS - Resource limits"
label: Java memory options