We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tablet-server.id
1 parent b2a8023 commit 9ecf37dCopy full SHA for 9ecf37d
1 file changed
helm/templates/sts-coordinator.yaml
@@ -67,7 +67,6 @@ spec:
67
cp /opt/conf/server.yaml $FLUSS_HOME/conf && \
68
69
echo "" >> $FLUSS_HOME/conf/server.yaml && \
70
- echo "tablet-server.id: ${FLUSS_SERVER_ID}" >> $FLUSS_HOME/conf/server.yaml && \
71
echo "bind.listeners: INTERNAL://0.0.0.0:{{ .Values.appConfig.internalPort }}, CLIENT://0.0.0.0:{{ .Values.appConfig.externalPort }}" >> $FLUSS_HOME/conf/server.yaml && \
72
echo "advertised.listeners: CLIENT://${POD_NAME}.coordinator-server-hs.${POD_NAMESPACE}.svc.cluster.local:{{ .Values.appConfig.externalPort }}" >> $FLUSS_HOME/conf/server.yaml && \
73
0 commit comments