update service configuration to use host.docker.internal for backend connectivity
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"ingress": [
|
||||
{
|
||||
"hostname": "api.ishikabhoyar.tech",
|
||||
"service": "http://localhost:8080"
|
||||
"service": "http://host.docker.internal:8080"
|
||||
},
|
||||
{
|
||||
"service": "http_status:404"
|
||||
|
||||
Reference in New Issue
Block a user