ServiceWeaver / weaver-kube

Run Service Weaver applications on vanilla Kubernetes.
Apache License 2.0
61 stars 19 forks source link

Allow the user to customize the listener ports inside the container. #55

Closed spetrovic77 closed 1 year ago

spetrovic77 commented 1 year ago

This may be useful for local runs (e.g., minikube), where these ports can be made accessible directly to the host machine. In some ways, the port specification is equivalent to the "address" specification for the local deployers.

Also, add all exposed ports to the container spec, for better visibility.