-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello.
How are you?
This project is very interesting to me so I am going to deploy this on my ubuntu 20 vmware.
I executed init_node.sh, build_dev_db.sh, build_containers.sh
And I all removed .example-suffix of the .evn files in the secrets folder.
After that, I executed generate_secrets.sh file in the secrets folder so the configs were created.
Last, I executed start_all_services.sh file in the development folder.
So pods and services, volumes, ingress were created.
I can confirm that "curl 10.142.183.223/9080/health/ready" works(10.142.184.223 is auth-service's cluster ip address)
{"checks":[{"data":{},"name":"Auth Service Readiness Check","status":"UP"}],"status":"UP"}
But I can confirm that "curl 127.0.0.1/api/auth/health/ready" doesn't show anything.
I am not sure that ingress makes api calls through the localhost
Please help me.
I want to make api calls through the localhost of vmware.
Thanks in advance.