update service configuration to use host.docker.internal for backend connectivity

This commit is contained in:
2025-10-31 21:21:46 +05:30
parent ec33604a6f
commit a433c5067f
2 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"ingress": [
{
"hostname": "api.ishikabhoyar.tech",
"service": "http://localhost:8080"
"service": "http://host.docker.internal:8080"
},
{
"service": "http_status:404"