joshuakraitberg / cert-manager-webhook-duckdns

cert-manager webhook for Duckdns.org
Apache License 2.0
5 stars 3 forks source link

Allow user to customize containerPort #9

Open emulatorchen opened 1 month ago

emulatorchen commented 1 month ago

For security reason the container is not allowed to listen on 443 and user will not be able to change the port of the go program inside the image in current implementation to map the port specified in the helm. This patch was inspired by similar webhook feature by applying the arg for having the ability to change the port on the program listen and allow user to change it. Making it 8443 so that user can still apply it from remote.

Solve the issue of https://github.com/joshuakraitberg/cert-manager-webhook-duckdns/pull/7