This is an automated email from the ASF dual-hosted git repository.
yunhong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 2cc7d7ee9 [helm] Remove `tablet-server.id` from coordinator
configuration options (#2458)
2cc7d7ee9 is described below
commit 2cc7d7ee96a05049d15c0fab1e93624a0d974baa
Author: Muhammet Orazov <[email protected]>
AuthorDate: Sun Jan 25 16:01:22 2026 +0100
[helm] Remove `tablet-server.id` from coordinator configuration options
(#2458)
---
helm/templates/sts-coordinator.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/helm/templates/sts-coordinator.yaml
b/helm/templates/sts-coordinator.yaml
index 3caa78395..bc37d22b5 100644
--- a/helm/templates/sts-coordinator.yaml
+++ b/helm/templates/sts-coordinator.yaml
@@ -67,7 +67,6 @@ spec:
cp /opt/conf/server.yaml $FLUSS_HOME/conf && \
echo "" >> $FLUSS_HOME/conf/server.yaml && \
- echo "tablet-server.id: ${FLUSS_SERVER_ID}" >>
$FLUSS_HOME/conf/server.yaml && \
echo "bind.listeners: INTERNAL://0.0.0.0:{{
.Values.appConfig.internalPort }}, CLIENT://0.0.0.0:{{
.Values.appConfig.externalPort }}" >> $FLUSS_HOME/conf/server.yaml && \
echo "advertised.listeners:
CLIENT://${POD_NAME}.coordinator-server-hs.${POD_NAMESPACE}.svc.cluster.local:{{
.Values.appConfig.externalPort }}" >> $FLUSS_HOME/conf/server.yaml && \