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
da34012c
Commit
da34012c
authored
Jul 15, 2020
by
Kamal Dodiya
Browse files
Add toygraphql ingress manifests
parent
9920f910
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
ensembl_graphql_server_ingress.yaml
ensembl_graphql_server_ingress.yaml
+15
-0
No files found.
ensembl_graphql_server_ingress.yaml
0 → 100644
View file @
da34012c
apiVersion
:
extensions/v1beta1
kind
:
Ingress
metadata
:
name
:
ensembl-graphql-server-ingress-<SUB_DOMAIN>
annotations
:
nginx.ingress.kubernetes.io/rewrite-target
:
/$2
spec
:
rules
:
-
host
:
<SUB_DOMAIN>.review.ensembl.org
http
:
paths
:
-
path
:
/toygraphql($|/)(.*)
backend
:
serviceName
:
ensembl-graphql-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