fix(dir): moved website to molgenis-website

This commit is contained in:
sido
2018-11-22 21:28:30 +01:00
parent 2866fe7632
commit 5d282b5169
9 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,37 @@
# Default values for nexus.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
environment: production
website:
name: molgenis-website
strategy:
type: Recreate
restartPolicy: Always
image:
repository: registry.molgenis.org
name: molgenis/website
tag: stable
pullPolicy: Always
service:
name: molgenis-website
type: ClusterIP
port: 80
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
path: /
hosts:
- name: site.dev.molgenis.org
tls: []
nodeSelector: {}
tolerations: []
affinity: {}