ServiceWeaver / weaver-kube

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

Removed internal_port from ReplicaSetConfig. #77

Closed mwhittaker closed 12 months ago

mwhittaker commented 12 months ago

Previously, the ReplicaSetConfig proto contained an internal_port field that configured the port on which a weavelet listened. This field was not needed, as the weavelet port is a constant. There was no way for a user to change the port, nor any reason for them to do so. This PR removes the unneeded field.