1
0
Fork 0
molgenis-ops-docker-helm/charts/molgenis-nexus/values.yaml

66 lines
956 B
YAML
Raw Normal View History

2018-05-29 10:10:05 +02:00
# Default values for nexus.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
environment: production
nexus:
name: nexus
2018-06-25 22:53:22 +02:00
strategy:
type: Recreate
selector: nexus
restartPolicy: Always
image:
repository: molgenis/nexus3
tag: latest
pullPolicy: Always
port:
docker: 5000
ui: 8081
2018-06-25 22:53:22 +02:00
path:
dockerV2: v2
2018-07-14 13:13:23 +02:00
service:
type: ClusterIP
nexusProxy:
name: nexus-proxy
2018-09-20 16:54:34 +02:00
hostname: registry.molgenis.org
2018-06-25 22:53:22 +02:00
strategy:
type: Recreate
selector: nexus-proxy
restartPolicy: Always
image:
repository: molgenis/httpd
tag: latest
pullPolicy: Always
port: 80
2018-07-14 13:13:23 +02:00
service:
type: LoadBalancer
2018-06-25 22:53:22 +02:00
ingress:
2018-06-22 23:00:54 +02:00
enabled: true
annotations: {}
path: /
hosts:
2018-09-20 16:54:34 +02:00
- name: registry.molgenis.org
tls: []
2018-06-27 18:02:30 +02:00
persistence:
enabled: true
claim: molgenis-nexus
size: 500Gi
2018-06-27 18:02:30 +02:00
resources: {}
nodeSelector: {
deployPod: "true"
}
tolerations: []
affinity: {}