83 lines
1.3 KiB
YAML
83 lines
1.3 KiB
YAML
# Default values for molgenis.
|
|
|
|
replicaCount: 1
|
|
|
|
service:
|
|
type: LoadBalancer
|
|
port: 8080
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
|
path: /
|
|
hosts:
|
|
- name: test.molgenis.org
|
|
tls: []
|
|
|
|
molgenis:
|
|
image:
|
|
repository: registry.molgenis.org
|
|
name: molgenis/molgenis-app
|
|
tag: 7.0.0-SNAPSHOT
|
|
pullPolicy: Always
|
|
adminPassword: admin
|
|
javaOpts: "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 1250Mi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 1Gi
|
|
|
|
postgres:
|
|
image:
|
|
repository: postgres
|
|
tag: 9.6-alpine
|
|
pullPolicy: IfNotPresent
|
|
user: molgenis
|
|
password: molgenis
|
|
db: molgenis
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 250Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 250Mi
|
|
|
|
elasticsearch:
|
|
image:
|
|
repository: docker.elastic.co/elasticsearch/elasticsearch
|
|
tag: 5.5.3
|
|
pullPolicy: IfNotPresent
|
|
javaOpts: "-Xms512m -Xmx512m"
|
|
clusterName: molgenis
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 1500Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 1Gi
|
|
|
|
opencpu:
|
|
image:
|
|
repository: molgenis/opencpu
|
|
tag: latest
|
|
pullPolicy: Always
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|