flant / shell-operator

Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
https://flant.github.io/shell-operator/
Apache License 2.0
2.39k stars 214 forks source link

Add ability to set custom port for validation/conversion webhooks #630

Closed yalosev closed 1 month ago

yalosev commented 1 month ago

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