2i2c-org / unnamed-thingity-thing

https://2i2c.org/unnamed-thingity-thing/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Create a helm chart for this project #16

Closed GeorgianaElena closed 4 weeks ago

GeorgianaElena commented 4 weeks ago

Fixes #11

GeorgianaElena commented 4 weeks ago

This works with the service as ClusterIP and then doing a port-forward from it to a port outside of the cluster.

However when I changed it to LoadBalancer and tried to access it from localhost after doing a minikube tunnel it failed to work, which makes me think something is wrong with the ingress.

I'm inclined to merge this as it is and then fix it at a later iteration when I figure out how the service should work exactly. @yuvipanda, can you provide a quick feedback on this?

yuvipanda commented 4 weeks ago

I think your inclination is correct! Let's merge this and move forward :)