Open MansM opened 4 years ago
When trying to put lidarr on port 80 (as I am using metallb and dont like to add ports in the address bar) I encountered that the helm chart puts the service ports also on the container port:
https://github.com/aldoborrero/k8s-usenet/blob/3a56b740ddde00ed237c8073cf6e86a75146dd40/lidarr/templates/deployment.yaml#L37
Not sure if this is for all charts... Can you separate those?
Hey @MansM yeah we can make a separate entry (if you want prepare a PR where we correct this). Otherwise I'll do it over the weekend.
Thanks
When trying to put lidarr on port 80 (as I am using metallb and dont like to add ports in the address bar) I encountered that the helm chart puts the service ports also on the container port:
https://github.com/aldoborrero/k8s-usenet/blob/3a56b740ddde00ed237c8073cf6e86a75146dd40/lidarr/templates/deployment.yaml#L37
Not sure if this is for all charts... Can you separate those?