updated ingress configuration
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user