Skip to content

Commit 5e7cc4d

Browse files
committed
Apply review suggestions
1 parent e20d8cb commit 5e7cc4d

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

helm/templates/sts-coordinator.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ spec:
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"

helm/templates/sts-tablet.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ spec:
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"

helm/values.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,9 @@ coordinator:
5454
# Fluss listener configurations
5555
listeners:
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

7161
resources: {}
7262
# We usually recommend not to specify default resources and to leave this as a conscious

website/docs/install-deploy/deploying-with-helm.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
250248
Custom 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

0 commit comments

Comments
 (0)