flant/shell-operator

Add ability to set custom port for validation/conversion webhooks

Closed this issue · 0 comments

Ports for validation and conversion webhooks are hardcoded:

Have to add env variables VALIDATING_WEBHOOK_LISTEN_PORT and CONVERSION_WEBHOOK_LISTEN_PORT here:

use existing ports as default one.

P.S. Also can add _LISTEN_ADDRESS here