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

feat: add setting for address and port for webhooks #631

Closed juev closed 1 month ago

juev commented 1 month ago

Overview

We need to be able to configure the port and address on which the webhook will work

What this PR does / why we need it

We add two new parameters at startup that are filled with default values. And you can change their value using environment variables.

Special notes for your reviewer

Closed: #630