Invalid clusterMetadata rpcAddress?
What are you really trying to do?
Debug an inconsistent connectivity issue where I have two different Temporal clusters both with a clusterMetadata.clusterInformation.rpcAddress = "127.0.0.1:7933".
Describe the bug
https://github.com/temporalio/helm-charts/blob/e5f09424744a1213e8534f517d3f3423e3ddfd4d/templates/server-configmap.yaml#L156
I don't believe any service listens on port 7933. I see evidence that this is a carry-over from Cadence days: https://github.com/temporalio/temporal/pull/650.
Is that port in the Helm charts correct? Should I be using the frontend DNS name coming from {{ include "temporal.componentname" (list $ "frontend") }} instead of localhost?
Minimal Reproduction
I've been struggling to reproduce connectivity issues on my end, but sometimes when servers restart they lose connection with each other.
Environment/Versions
Temporal v1.18.1, using official Docker images and mostly official Helm charts.
Additional context
This is potentially a duplicate of https://github.com/temporalio/helm-charts/issues/149.