Merge branch 'updated-questions' of p281392/molgenis-ops-docker-helm into master
This commit is contained in:
commit
65023d9f2d
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "1.0"
|
||||
description: A Helm chart for Kubernetes
|
||||
name: molgenis-preview
|
||||
name: molgenis
|
||||
version: 0.2.0
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user