You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/01/08 18:24:55 UTC

[GitHub] merlimat closed pull request #1035: Bookies pods in kubernetes need to use hostPort

merlimat closed pull request #1035: Bookies pods in kubernetes need to use hostPort
URL: https://github.com/apache/incubator-pulsar/pull/1035
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/kubernetes/generic/bookie.yaml b/kubernetes/generic/bookie.yaml
index f1b3f2956..d297db0cc 100644
--- a/kubernetes/generic/bookie.yaml
+++ b/kubernetes/generic/bookie.yaml
@@ -66,6 +66,7 @@ spec:
                     bin/pulsar bookie
                 ports:
                   - containerPort: 3181
+                    hostPort: 3181
                     name: client
                 envFrom:
                   - configMapRef:
diff --git a/kubernetes/google-kubernetes-engine/bookie.yaml b/kubernetes/google-kubernetes-engine/bookie.yaml
index a46eeb681..6fe2a96c0 100644
--- a/kubernetes/google-kubernetes-engine/bookie.yaml
+++ b/kubernetes/google-kubernetes-engine/bookie.yaml
@@ -67,6 +67,7 @@ spec:
                     bin/pulsar bookie
                 ports:
                   - containerPort: 3181
+                    hostPort: 3181
                     name: client
                 envFrom:
                   - configMapRef:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services