Skip to content
Snippets Groups Projects
Verified Commit ced06a7d authored by David Hoese's avatar David Hoese
Browse files

Try a regular expression for client path

parent 94607e72
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ingress: ...@@ -7,7 +7,7 @@ ingress:
hosts: hosts:
- host: geosphere.ssec.wisc.edu - host: geosphere.ssec.wisc.edu
paths: paths:
- path: "/*" - path: "/(.*)"
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment