thirdparty-ops-docker-helm/charts/opal/values.yaml

73 lines
1.0 KiB
YAML

# Default values for molgenis.
replicaCount: 1
service:
name: opal
type: ClusterIP
port: 8080
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "0"
hosts:
- opal.dev.molgenis.org
path: /
tls: []
opal:
advanced: false
javaOpts:
maxHeapSpace: "4g"
resources:
limits:
cpu: 1
memory: 2Gi
requests:
cpu: 200m
memory: 4Gi
persistence:
size: 10Gi
image:
repository: registry.hub.docker.com
name: obiba/opal
tag: latest
pullPolicy: Always
adminPassword: admin
persistence:
claim: pvc-opal
size: 10Gi
containerPorts:
- 8080
rserver:
image:
repository: registry.hub.docker.com
name: obiba/opal-rserver
tag: latest
pullPolicy: IfNotPresent
resources:
limits:
cpu: 1
memory: 2Gi
containerPorts:
- 6612
- 6311
mongodb:
persistence:
enabled: false
persistence:
enabled: false
retain: false
nodeSelector: {
deployPod: "true"
}
tolerations: []
affinity: {}