For production, my admin endpoint not working. I ...
# general
h
For production, my admin endpoint not working. I have to deploy Dockerfile where i have mention base_url by putting extra /admin for understanding that its admin endpoint. But it won't working when deploying to containerapp for admin endpoint. serve: public: port: 4433 base_url: https://loginkratos.azurecontainerapps.io cors: enabled: true admin: port: 4434 base_url: https://loginkratos.azurecontainerapps.io/admin Any suggestion will be helpful. While my ingres port is 4433.
@magnificent-energy-493 Are we need to use same port for expose with different path. Public endpoint working fine on azure. while admin endpoint not working. Any help will be useful.
d
Hi @happy-eve-92047, I’m not a expert in Azure(didn’t know anything) but in Kubernetes we have 2 ingresses, one public one admin using ports and domaine/paths specific the public/admin config
🙌 1