Skip to content

Commit 9ecf37d

Browse files
committed
[helm] Remove tablet-server.id from coordinator configuration options
1 parent b2a8023 commit 9ecf37d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

helm/templates/sts-coordinator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ spec:
6767
cp /opt/conf/server.yaml $FLUSS_HOME/conf && \
6868
6969
echo "" >> $FLUSS_HOME/conf/server.yaml && \
70-
echo "tablet-server.id: ${FLUSS_SERVER_ID}" >> $FLUSS_HOME/conf/server.yaml && \
7170
echo "bind.listeners: INTERNAL://0.0.0.0:{{ .Values.appConfig.internalPort }}, CLIENT://0.0.0.0:{{ .Values.appConfig.externalPort }}" >> $FLUSS_HOME/conf/server.yaml && \
7271
echo "advertised.listeners: CLIENT://${POD_NAME}.coordinator-server-hs.${POD_NAMESPACE}.svc.cluster.local:{{ .Values.appConfig.externalPort }}" >> $FLUSS_HOME/conf/server.yaml && \
7372

0 commit comments

Comments
 (0)