Hi! we have a k8's deployment with api, proxy and ...
# ask-questions
a
Hi! we have a k8's deployment with api, proxy and UI api and UI are hosted with the same svc/ing and proxy is separate this has been working fine until this morning when we updated certificates on the ingresses and suddenly we're getting
404
errors when visiting the UI the api seems fine the only output on the UI is
Loading...
any ideas? we've tried rolling back releases since we were on the latest image, but that doesn't make a difference
disregard for those that may come across this, the issue was in the ingress definition
path: /*
(must contain the
*
)
🙌 2
s
Thanks for updating! Glad you got it figured out