Skip to content
Snippets Groups Projects
Commit f337227f authored by Kamal Dodiya's avatar Kamal Dodiya
Browse files

Update tools api ingress path, remove rewrite

parent 99566771
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,13 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ensembl-tools-api-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
ingressClassName: nginx
rules:
- host: HOST #internal/staging/live
http:
paths:
- path: /api/tools/(.*)
- path: /api/tools/
pathType: Prefix
backend:
service:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment