File tree Expand file tree Collapse file tree 4 files changed +0
-22
lines changed
website/docs/install-deploy Expand file tree Collapse file tree 4 files changed +0
-22
lines changed 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 @@ -54,19 +54,9 @@ coordinator:
5454# Fluss listener configurations
5555listeners :
5656 internal :
57- name : INTERNAL
5857 port : 9123
5958 client :
60- name : CLIENT
6159 port : 9124
62- # # Activated only when @param externalAccess.enabled is true
63- external :
64- name : EXTERNAL
65- port : 9125
66-
67- # Fluss cluster external access
68- externalAccess :
69- enabled : false
7060
7161resources : {}
7262 # 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 @@ -182,7 +182,6 @@ The following table lists the configurable parameters of the Fluss chart and the
182182| -----------| -------------| ---------|
183183| ` listeners.internal.port ` | Internal communication port | ` 9123 ` |
184184| ` listeners.client.port ` | Client port (intra-cluster) | ` 9124 ` |
185- | ` listeners.external.port ` | External access port | ` 9125 ` |
186185
187186### Fluss Configuration Overrides
188187
@@ -245,7 +244,6 @@ The chart automatically configures listeners for internal cluster communication
245244
246245- **Internal Port (9123)**: Used for internal communication within the cluster
247246- **Client Port (9124)**: Used for client connections
248- - **External Port (9125)**: Used for external access if enabled
249247
250248Custom listener configuration:
251249
@@ -255,8 +253,6 @@ listeners:
255253 port : 9123
256254 client :
257255 port : 9124
258- external :
259- port : 9125
260256` ` `
261257
262258### Storage Configuration
You can’t perform that action at this time.
0 commit comments