I want to redirect all *.xxxx.com requests to m-*.xxxx.com using kubernetes. Im using nginx for routing. Is there a way to do this?
Im currently having '*.xxxx.com' in ingress definition,but it doesnt accept something like this : 'm-*.xxxx.com'
You should use "*.xxxx.com"
rather than '*.xxxx.com'
.