You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2021/02/18 23:17:30 UTC

[incubator-heron] 01/01: Removing unused hostPort that causes issue

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bookie-hostport-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit b45c8500a01f914e339ac3609d9cf38a87fdfbb4
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Thu Feb 18 18:17:07 2021 -0500

    Removing unused hostPort that causes issue
---
 deploy/kubernetes/helm/templates/bookie.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/deploy/kubernetes/helm/templates/bookie.yaml b/deploy/kubernetes/helm/templates/bookie.yaml
index 12e174f..8ed27ed 100644
--- a/deploy/kubernetes/helm/templates/bookie.yaml
+++ b/deploy/kubernetes/helm/templates/bookie.yaml
@@ -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