Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit d4d3ccc

Browse files
authored
Removing unused Bookkeeper hostPort that causes port conflict (#3677)
1 parent a8eb752 commit d4d3ccc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deploy/kubernetes/helm/templates/bookie.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ spec:
160160
ports:
161161
- name: client
162162
containerPort: 3181
163-
# we are using `status.hostIP` for the bookie's advertised address. export 3181 as the hostPort,
164-
# so that the containers are able to access the host port
165-
hostPort: 3181
166163
envFrom:
167164
- configMapRef:
168165
name: {{ .Release.Name }}-bookie-config

0 commit comments

Comments
 (0)