hashicorp / consul-k8s

First-class support for Consul Service Mesh on Kubernetes
https://www.consul.io/docs/k8s
Mozilla Public License 2.0
659 stars 316 forks source link

gRPC port is exposed even if gRPC is disabled #3494

Open rexopl opened 5 months ago

rexopl commented 5 months ago

https://github.com/hashicorp/consul-k8s/blob/20a23977648faece1f4b8f62341d5eef43cba9a3/charts/consul/templates/client-daemonset.yaml#L448-L450

Disabling gRPC in client is not disabling node port 8502. It conflicts when consul server and client are on same node.

d-mosinski-s commented 5 months ago

Created pull request https://github.com/hashicorp/consul-k8s/pull/3495

d-mosinski-s commented 5 months ago

Also noticed the same behavior is in server node port 8502 is enabled even if connect: is diabled.