Merge branch 'master' of p281392/molgenis-ops-docker-helm into master
This commit is contained in:
commit
ec42841aac
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "1.0"
|
appVersion: "1.0"
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
name: molgenis
|
name: molgenis-preview
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
|
@ -8,4 +8,28 @@ questions:
|
|||||||
type: hostname
|
type: hostname
|
||||||
required: true
|
required: true
|
||||||
group: "Services and Load Balancing"
|
group: "Services and Load Balancing"
|
||||||
label: Hostname
|
label: Hostname
|
||||||
|
- variable: molgenis.resources.limits.cpu
|
||||||
|
default: 1
|
||||||
|
description: "CPU limit for this MOLGENIS instance"
|
||||||
|
type: enum
|
||||||
|
options:
|
||||||
|
- "1"
|
||||||
|
- "2"
|
||||||
|
- "3"
|
||||||
|
- "4"
|
||||||
|
required: true
|
||||||
|
group: "Resource limits"
|
||||||
|
label: CPU limit
|
||||||
|
- variable: molgenis.resources.limits.memory
|
||||||
|
default: 1250Mi
|
||||||
|
description: "Memory limit for this MOLGENIS instance"
|
||||||
|
type: enum
|
||||||
|
options:
|
||||||
|
- "1250Mi"
|
||||||
|
- "1500Mi"
|
||||||
|
- "2000Mi"
|
||||||
|
- "2500Mi"
|
||||||
|
required: true
|
||||||
|
group: "Resource limits"
|
||||||
|
label: Memory limit
|
Loading…
Reference in New Issue
Block a user