2018-09-07 09:50:03 +02:00
|
|
|
# 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
|
2018-09-07 16:51:41 +02:00
|
|
|
tag: stable
|
2018-09-07 09:50:03 +02:00
|
|
|
pullPolicy: Always
|
|
|
|
adminPassword: admin
|
|
|
|
javaOpts: "-Xmx1g -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 1
|
|
|
|
memory: 1250Mi
|
|
|
|
requests:
|
|
|
|
cpu: 200m
|
|
|
|
memory: 1Gi
|
2018-09-07 16:51:41 +02:00
|
|
|
services:
|
|
|
|
opencpu:
|
2018-09-10 11:32:14 +02:00
|
|
|
host: localhost
|
2018-09-07 16:51:41 +02:00
|
|
|
elasticsearch:
|
|
|
|
transportAddresses: localhost:9300
|
|
|
|
clusterName: molgenis
|
|
|
|
postgres:
|
|
|
|
host: localhost
|
|
|
|
scheme: molgenis
|
|
|
|
user: molgenis
|
|
|
|
password: molgenis
|
2018-09-07 09:50:03 +02:00
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
|
|
|
|
affinity: {}
|