updated ingress configuration

This commit is contained in:
sido 2018-11-06 06:58:18 +01:00
parent b5584550d8
commit 2eeb2413db
2 changed files with 2 additions and 11 deletions

View File

@ -18,15 +18,7 @@ metadata:
{{- end }}
spec:
rules:
{{- if .Values.environment -eq "development" }}
- host: "analysis.dev.molgenis.org"
{{- else if .Values.environment -eq "test" }}
- host: "analysis.test.molgenis.org"
{{- else if .Values.environment -eq "acceptance" }}
- host: "analysis.accept.molgenis.org"
{{- else }}
- host: "analysis.molgenis.org"
{{- end }}
- host: {{ .name }}
http:
paths:
- path: {{ default "/" .path }}

View File

@ -7,7 +7,6 @@ replicaCount: 1
environment: production
rstudio:
environment: development
name: rstudio
strategy:
type: Recreate
@ -30,7 +29,7 @@ ingress:
}
path: /
hosts:
- name: analysis.molgenis.org
- name: analysis.dev.molgenis.org
tls: []
nodeSelector: {}