Open ProfYash opened 2 years ago
I have manually changed the type pf service to "Load Balancer". Following is the output of ">kubectl get services"
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE judge0 LoadBalancer 10.76.1.251 35.234.51.159 80:31737/TCP 5m39s kubernetes ClusterIP 10.76.0.1 443/TCP 9m8s my-release-postgresql ClusterIP 10.76.1.57 5432/TCP 5m39s my-release-postgresql-headless ClusterIP None 5432/TCP 5m39s my-release-redis-headless ClusterIP None 6379/TCP 5m39s my-release-redis-master ClusterIP 10.76.10.181 6379/TCP 5m39s
I am still unable to access the service using the IP. Can someone guide me on the same.
Solved in this PR https://github.com/saikatharryc/helm/pull/9
I have manually changed the type pf service to "Load Balancer". Following is the output of ">kubectl get services"
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE judge0 LoadBalancer 10.76.1.251 35.234.51.159 80:31737/TCP 5m39s kubernetes ClusterIP 10.76.0.1 443/TCP 9m8s
my-release-postgresql ClusterIP 10.76.1.57 5432/TCP 5m39s
my-release-postgresql-headless ClusterIP None 5432/TCP 5m39s
my-release-redis-headless ClusterIP None 6379/TCP 5m39s
my-release-redis-master ClusterIP 10.76.10.181 6379/TCP 5m39s
I am still unable to access the service using the IP. Can someone guide me on the same.