updated persistence configuration
This commit is contained in:
parent
cf47b432e2
commit
14b27fc043
|
@ -94,10 +94,10 @@ questions:
|
||||||
- "-Xmx2g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
- "-Xmx2g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
||||||
group: "Resources"
|
group: "Resources"
|
||||||
label: Java memory options
|
label: Java memory options
|
||||||
- variable: molgenis.resources.persistence.enabled
|
- variable: molgenis.persistence.enabled
|
||||||
default: false
|
default: false
|
||||||
description: "Do you want to use persistance"
|
description: "Do you want to use persistance"
|
||||||
type: boolean
|
type: boolean
|
||||||
required: true
|
required: true
|
||||||
group: "Resources"
|
group: "Persistence"
|
||||||
label: Persistence
|
label: Persistence
|
||||||
|
|
|
@ -30,15 +30,15 @@ molgenis:
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
name: molgenis-nexus-data
|
name: molgenis-nexus-data
|
||||||
storageClass: nfs-class
|
storageClass: nfs-class
|
||||||
size: 30G
|
size: 30G
|
||||||
reclaimPolicy: Retain
|
reclaimPolicy: Retain
|
||||||
server: 192.168.64.12
|
server: 192.168.64.12
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
mountPath: /gcc/molgenis/nexus
|
mountPath: /gcc/molgenis/nexus
|
||||||
services:
|
services:
|
||||||
opencpu:
|
opencpu:
|
||||||
host: localhost
|
host: localhost
|
||||||
|
@ -66,8 +66,6 @@ elasticsearch:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
Loading…
Reference in New Issue