File tree Expand file tree Collapse file tree
website/docs/install-deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 containerPort : {{ .Values.listeners.internal.port }}
6565 - name : client
6666 containerPort : {{ .Values.listeners.client.port }}
67- {{- if .Values.externalAccess.enabled }}
68- - name : external
69- containerPort : {{ .Values.listeners.external.port }}
70- {{- end }}
7167 command :
7268 - " /bin/sh"
7369 - " -c"
Original file line number Diff line number Diff line change 6060 containerPort : {{ .Values.listeners.internal.port }}
6161 - name : client
6262 containerPort : {{ .Values.listeners.client.port }}
63- {{- if .Values.externalAccess.enabled }}
64- - name : external
65- containerPort : {{ .Values.listeners.external.port }}
66- {{- end }}
6763 command :
6864 - " /bin/sh"
6965 - " -c"
Original file line number Diff line number Diff line change @@ -45,19 +45,9 @@ persistence:
4545# Fluss listener configurations
4646listeners :
4747 internal :
48- name : INTERNAL
4948 port : 9123
5049 client :
51- name : CLIENT
5250 port : 9124
53- # # Activated only when @param externalAccess.enabled is true
54- external :
55- name : EXTERNAL
56- port : 9125
57-
58- # Fluss cluster external access
59- externalAccess :
60- enabled : false
6151
6252resources : {}
6353 # We usually recommend not to specify default resources and to leave this as a conscious
Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ The following table lists the configurable parameters of the Fluss chart and the
186186| -----------| -------------| ---------|
187187| ` listeners.internal.port ` | Internal communication port | ` 9123 ` |
188188| ` listeners.client.port ` | Client port (intra-cluster) | ` 9124 ` |
189- | ` listeners.external.port ` | External access port | ` 9125 ` |
190189
191190### Fluss Configuration Overrides
192191
@@ -240,7 +239,6 @@ The chart automatically configures listeners for internal cluster communication
240239
241240- **Internal Port (9123)**: Used for internal communication within the cluster
242241- **Client Port (9124)**: Used for client connections
243- - **External Port (9125)**: Used for external access if enabled
244242
245243Custom listener configuration:
246244
@@ -250,8 +248,6 @@ listeners:
250248 port : 9123
251249 client :
252250 port : 9124
253- external :
254- port : 9125
255251` ` `
256252
257253### Storage Configuration
You can’t perform that action at this time.
0 commit comments