Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-web
ensembl-k8s-manifests
Commits
8aad5560
Commit
8aad5560
authored
Feb 25, 2021
by
Kamal Dodiya
Browse files
Update ingress
parent
7a34beb2
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
19 deletions
+10
-19
.gitlab-ci.yml
.gitlab-ci.yml
+1
-9
ensembl-server-ingress.yaml
ensembl-server-ingress.yaml
+2
-2
ensembl_genome_search_ingress.yaml
ensembl_genome_search_ingress.yaml
+2
-2
ensembl_refget_ingress.yaml
ensembl_refget_ingress.yaml
+2
-2
ensembl_server_ingress.yaml
ensembl_server_ingress.yaml
+1
-1
ensembl_thoas_ingress.yaml
ensembl_thoas_ingress.yaml
+2
-2
values.yaml
values.yaml
+0
-1
No files found.
.gitlab-ci.yml
View file @
8aad5560
...
...
@@ -4,7 +4,6 @@ stages:
variables
:
BROWSER_SERVICE_SLUG
:
dev
GENOME_SEARCH_SERVICE_SLUG
:
dev
TOYGRAPHQL_SERVICE_SLUG
:
dev
THOAS_SERVICE_SLUG
:
dev
REFGET_SERVICE_SLUG
:
dev
...
...
@@ -43,11 +42,7 @@ variables:
# ensembl-2020-genome-search
-
sed -i "s#<DEPLOYMENT_ENV>#${GENOME_SEARCH_SERVICE_SLUG}#g" ensembl_genome_search_service.yaml
-
sed -i "s#<DEPLOYMENT_ENV>#${GENOME_SEARCH_SERVICE_SLUG}#g" ensembl_genome_search_ingress.yaml
-
sed -i "s#<SUB_DOMAIN>#${SERVICE_SLUG}#g" ensembl_genome_search_ingress.yaml
# ensembl-toygraphql
-
sed -i "s#<DEPLOYMENT_ENV>#${TOYGRAPHQL_SERVICE_SLUG}#g" ensembl_graphql_server_service.yaml
-
sed -i "s#<DEPLOYMENT_ENV>#${TOYGRAPHQL_SERVICE_SLUG}#g" ensembl_graphql_server_ingress.yaml
-
sed -i "s#<SUB_DOMAIN>#${SERVICE_SLUG}#g" ensembl_graphql_server_ingress.yaml
-
sed -i "s#<SUB_DOMAIN>#${SERVICE_SLUG}#g" ensembl_genome_search_ingress.yaml
# ensembl-thoas
-
sed -i "s#<DEPLOYMENT_ENV>#${THOAS_SERVICE_SLUG}#g" ensembl_thoas_service.yaml
-
sed -i "s#<DEPLOYMENT_ENV>#${THOAS_SERVICE_SLUG}#g" ensembl_thoas_ingress.yaml
...
...
@@ -63,9 +58,6 @@ variables:
# ensembl-thoas
-
kubectl apply -f ensembl_thoas_service.yaml
-
kubectl apply -f ensembl_thoas_ingress.yaml
# ensembl-toygraphql
-
kubectl apply -f ensembl_graphql_server_service.yaml
-
kubectl apply -f ensembl_graphql_server_ingress.yaml
# ensembl-2020-server
-
kubectl apply -f ensembl_server_service.yaml
-
kubectl apply -f ensembl_server_ingress.yaml
...
...
ensembl-server-ingress.yaml
View file @
8aad5560
...
...
@@ -8,7 +8,7 @@ spec:
rules
:
-
http
:
paths
:
-
path
:
/browser($|/)(.*)
-
path
:
/api
/browser($|/)(.*)
backend
:
serviceName
:
ensembl-server-svc
servicePort
:
8000
\ No newline at end of file
servicePort
:
8000
ensembl_genome_search_ingress.yaml
View file @
8aad5560
...
...
@@ -9,7 +9,7 @@ spec:
-
host
:
<SUB_DOMAIN>.review.ensembl.org
http
:
paths
:
-
path
:
/api($|/)(.*)
-
path
:
/api
/genomesearch
($|/)(.*)
backend
:
serviceName
:
ensembl-genome-search-<DEPLOYMENT_ENV>-svc
servicePort
:
8011
\ No newline at end of file
servicePort
:
8011
ensembl_refget_ingress.yaml
View file @
8aad5560
...
...
@@ -9,7 +9,7 @@ spec:
-
host
:
<SUB_DOMAIN>.review.ensembl.org
http
:
paths
:
-
path
:
/refget($|/)(.*)
-
path
:
/api
/refget($|/)(.*)
backend
:
serviceName
:
refget-perl-server-<DEPLOYMENT_ENV>-svc
servicePort
:
8080
\ No newline at end of file
servicePort
:
8080
ensembl_server_ingress.yaml
View file @
8aad5560
...
...
@@ -9,7 +9,7 @@ spec:
-
host
:
<SUB_DOMAIN>.review.ensembl.org
http
:
paths
:
-
path
:
/browser($|/)(.*)
-
path
:
/api
/browser($|/)(.*)
backend
:
serviceName
:
ensembl-server-<DEPLOYMENT_ENV>-svc
servicePort
:
8000
\ No newline at end of file
ensembl_thoas_ingress.yaml
View file @
8aad5560
...
...
@@ -9,7 +9,7 @@ spec:
-
host
:
<SUB_DOMAIN>.review.ensembl.org
http
:
paths
:
-
path
:
/thoas($|/)(.*)
-
path
:
/api
/thoas($|/)(.*)
backend
:
serviceName
:
thoas-server-<DEPLOYMENT_ENV>-svc
servicePort
:
8000
\ No newline at end of file
servicePort
:
8000
values.yaml
View file @
8aad5560
...
...
@@ -3,6 +3,5 @@ fe-services:
be-services
:
browser-service
:
dev
genome-search-service
:
dev
toygraphql-service
:
dev
thoas-service
:
dev
refget-service
:
dev
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment