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

Try wildcard because why not

parent 3ec9bb7d
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,11 @@ ingress:
className: nginx
annotations:
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/use-regex: "true"
hosts:
- host: geosphere.ssec.wisc.edu
paths:
- path: ""
- path: "/*"
pathType: ImplementationSpecific
tls:
- 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