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 2022/12/08 09:37:06 UTC

[GitHub] [pulsar-helm-chart] akshayp0 commented on issue #335: Proxy fails to connect to port 80

akshayp0 commented on issue #335:
URL: https://github.com/apache/pulsar-helm-chart/issues/335#issuecomment-1342365518

   we can use `--set proxy.ports.http=8080` during helm install to change the port to 8080
   
   ```
   helm install \
       --values examples/values-minikube.yaml \
       --set initialize=true \
       --set proxy.ports.http=8080\
       --namespace pulsar \
       pulsar-mini apache/pulsar
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org