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
86c956dd
Commit
86c956dd
authored
Jul 15, 2020
by
Kamal Dodiya
Browse files
Add thoas ingress manifest
parent
65e8ea12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
ensembl_thoas_ingress.yaml
ensembl_thoas_ingress.yaml
+15
-0
No files found.
ensembl_thoas_ingress.yaml
0 → 100644
View file @
86c956dd
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
ensembl-thoas-<SUB_DOMAIN>-ingress
annotations
:
nginx.ingress.kubernetes.io/rewrite-target
:
/$2
spec
:
rules
:
-
host
:
<SUB_DOMAIN>.review.ensembl.org
http
:
paths
:
-
path
:
/thoas($|/)(.*)
backend
:
serviceName
:
thoas-server-<DEPLOYMENT_ENV>-svc
servicePort
:
8000
\ 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