alan-turing-institute / hub23-deploy

A repo to manage the Turing BinderHub instance
https://alan-turing-institute.github.io/hub23-deploy
MIT License
9 stars 4 forks source link

ensure ingress-nginx config is used #445

Closed minrk closed 2 years ago

minrk commented 2 years ago

Summary

nginx-ingress was renamed to ingress-nginx (updated in #311). Config section wasn't updated to match, which meant ingress controller config has been having no effect

What's changed?

What should a reviewer concentrate their feedback on?

After deploying:

kubectl get configmap -n hub23 hub23-ingress-nginx-controller -o yaml

should show a configmap with something like:

data:
  proxy-body-size: 64m