k8s-usenet icon indicating copy to clipboard operation
k8s-usenet copied to clipboard

ServicePort != ContainerPort

Open MansM opened this issue 4 years ago • 1 comments

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?

MansM avatar Mar 14 '20 17:03 MansM

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

aldoborrero avatar Mar 16 '20 11:03 aldoborrero