golemfactory / concent-deployment

Scripts and configuration for Concent deployment
5 stars 8 forks source link

Use Ingress instead of LoadBalancer service for nginx-proxy and nginx-storage #58

Open cameel opened 6 years ago

cameel commented 6 years ago

Currently nginx-proxy (and in the future nginx-storage - when it's on a separate cluster) is a Kubernetes service working as a LoadBalancer. We can replace it with an ingress. It's cheaper and more flexible with regard to SSL.

cameel commented 6 years ago

We don't be doing it now after all but switching to an ingress seems like a good idea anyway so I'm leaving the task here, marked as locked.