Hi,
My Temporal-server running on k8s and running each service as individual pod.
global:
membership:
maxJoinDuration: 300s
broadcastAddress: “##TEMPORAL_POD_IP##”
pprof:
port: 7936
metrics:
prometheus:
timerType: “histogram”
listenAddress: “##TEMPORAL_POD_IP##:8000”
clusterMetadata:
enableGlobalNamespace: true
failoverVersionIncrement: 10
masterClusterName: “active”
currentClusterName: “active”
clusterInformation:
active:
enabled: true
initialFailoverVersion: 1
rpcName: “frontend”
rpcAddress: “##TEMPORAL_POD_IP##:7233”
Currently I have configured the TEMPORAL_POD_IP ie., current pod ip address (the screenshot you see is for history pod address). If I see the deployment.yml from matching pod you can see matching ip address the same for others.
I would like to know the expected exact ip addresses (dynamic) for the broadcastAddress, listenAddress & rpcAddress ?