updated ingress configuration
This commit is contained in:
parent
b5584550d8
commit
2eeb2413db
@ -18,15 +18,7 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
{{- if .Values.environment -eq "development" }}
|
- host: {{ .name }}
|
||||||
- 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 }}
|
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: {{ default "/" .path }}
|
- path: {{ default "/" .path }}
|
||||||
|
@ -7,7 +7,6 @@ replicaCount: 1
|
|||||||
environment: production
|
environment: production
|
||||||
|
|
||||||
rstudio:
|
rstudio:
|
||||||
environment: development
|
|
||||||
name: rstudio
|
name: rstudio
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
@ -30,7 +29,7 @@ ingress:
|
|||||||
}
|
}
|
||||||
path: /
|
path: /
|
||||||
hosts:
|
hosts:
|
||||||
- name: analysis.molgenis.org
|
- name: analysis.dev.molgenis.org
|
||||||
tls: []
|
tls: []
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user