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

Commit

Permalink
Removing unused hostPort that causes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis committed Feb 19, 2021
1 parent a8eb752 commit e0c0351
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/kubernetes/helm/templates/bookie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ spec:
ports:
- name: client
containerPort: 3181
# we are using `status.hostIP` for the bookie's advertised address. export 3181 as the hostPort,
# so that the containers are able to access the host port
hostPort: 3181
envFrom:
- configMapRef:
name: {{ .Release.Name }}-bookie-config
Expand Down

0 comments on commit e0c0351

Please sign in to comment.