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

41 lines
702 B
YAML
Raw Permalink Normal View History

2018-11-06 06:42:18 +01:00
# Default values for nexus.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
environment: production
rstudio:
name: rstudio
strategy:
type: Recreate
restartPolicy: Always
2018-11-06 13:09:12 +01:00
adminPassword: ?01LifeCycle!
2018-11-06 06:42:18 +01:00
image:
repository: registry.hub.docker.com
name: molgenis/rstudio
2018-11-06 13:09:12 +01:00
tag: beta
2018-11-06 06:42:18 +01:00
pullPolicy: Always
service:
name: rstudio
2018-11-06 13:09:12 +01:00
type: ClusterIP
2018-11-06 06:42:18 +01:00
port: 8787
ingress:
enabled: true
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0"
}
path: /
hosts:
2018-11-06 06:58:18 +01:00
- name: analysis.dev.molgenis.org
2018-11-06 06:42:18 +01:00
tls: []
nodeSelector: {}
tolerations: []
affinity: {}