2018-10-23 21:22:53 +02:00
|
|
|
# Default values for molgenis.
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
service:
|
2018-11-06 13:09:12 +01:00
|
|
|
name: opal
|
2018-11-06 09:26:27 +01:00
|
|
|
type: ClusterIP
|
2018-10-23 21:22:53 +02:00
|
|
|
port: 8080
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
2018-11-06 06:42:18 +01:00
|
|
|
hosts:
|
2018-11-06 09:26:27 +01:00
|
|
|
- opal.dev.molgenis.org
|
2018-10-23 21:22:53 +02:00
|
|
|
path: /
|
|
|
|
tls: []
|
|
|
|
|
|
|
|
opal:
|
|
|
|
advanced: false
|
2018-11-06 06:42:18 +01:00
|
|
|
javaOpts:
|
|
|
|
maxHeapSpace: "4g"
|
|
|
|
resources:
|
|
|
|
limits:
|
2018-11-06 13:09:12 +01:00
|
|
|
cpu: 1
|
|
|
|
memory: 2Gi
|
2018-11-06 06:42:18 +01:00
|
|
|
requests:
|
|
|
|
cpu: 200m
|
|
|
|
memory: 4Gi
|
|
|
|
persistence:
|
|
|
|
size: 10Gi
|
2018-10-23 21:22:53 +02:00
|
|
|
image:
|
|
|
|
repository: registry.hub.docker.com
|
|
|
|
name: obiba/opal
|
2018-10-30 12:24:17 +01:00
|
|
|
tag: latest
|
2018-10-23 21:22:53 +02:00
|
|
|
pullPolicy: Always
|
2018-11-06 17:19:54 +01:00
|
|
|
adminPassword: ?01LifeCycle!
|
2018-10-23 21:22:53 +02:00
|
|
|
persistence:
|
2018-10-30 12:24:17 +01:00
|
|
|
claim: pvc-opal
|
2018-11-06 09:26:27 +01:00
|
|
|
size: 10Gi
|
2018-11-06 13:09:12 +01:00
|
|
|
containerPorts:
|
|
|
|
- 8080
|
2018-10-23 21:22:53 +02:00
|
|
|
|
|
|
|
rserver:
|
|
|
|
image:
|
2018-11-06 13:09:12 +01:00
|
|
|
repository: registry.hub.docker.com
|
|
|
|
name: obiba/opal-rserver
|
2018-10-30 12:24:17 +01:00
|
|
|
tag: latest
|
2018-10-23 21:22:53 +02:00
|
|
|
pullPolicy: IfNotPresent
|
2018-11-06 13:09:12 +01:00
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 1
|
|
|
|
memory: 2Gi
|
|
|
|
containerPorts:
|
|
|
|
- 6612
|
|
|
|
- 6311
|
|
|
|
|
2018-11-06 17:19:54 +01:00
|
|
|
mysql:
|
2018-11-06 13:09:12 +01:00
|
|
|
persistence:
|
|
|
|
enabled: false
|
2018-11-06 17:19:54 +01:00
|
|
|
mysqlRootPassword: ParaD0xa
|
|
|
|
mysqlUser: opal
|
|
|
|
mysqlPassword: ?opal01!
|
|
|
|
mysqlDatabase: opal_ids
|
2018-10-23 21:22:53 +02:00
|
|
|
|
|
|
|
persistence:
|
2018-11-06 10:37:05 +01:00
|
|
|
enabled: false
|
2018-10-23 21:22:53 +02:00
|
|
|
retain: false
|
|
|
|
|
|
|
|
nodeSelector: {
|
|
|
|
deployPod: "true"
|
|
|
|
}
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
|
|
|
|
affinity: {}
|