Skip to content

Commit 73fe2be

Browse files
committed
Apply review suggestions
1 parent 01e4c0d commit 73fe2be

4 files changed

Lines changed: 0 additions & 22 deletions

File tree

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
@@ -45,19 +45,9 @@ persistence:
4545
# Fluss listener configurations
4646
listeners:
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

6252
resources: {}
6353
# 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
@@ -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
245243
Custom 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

0 commit comments

Comments
 (0)