helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Nginx is not used

Open 2tefan opened this issue 7 months ago • 0 comments

When enabling Nginx, both Nginx and Nautobot expose a port with the name http. This results in the Nginx service not being used, because the service uses the port from Nautobot.

https://github.com/nautobot/helm-charts/blob/0c6700143e13501dcd55ce2dadd709f4d54c358e/charts/nautobot/templates/service.yaml#L40-L43

There are two solutions I could think of:

  • Changing the port name for Nautobot (bad, because this could break liveness probes and so on)
  • Changing the port name for Nginx - would need change of service target port

2tefan avatar Dec 05 '23 14:12 2tefan