jing-c-tyagi commented on issue #495: URL: https://github.com/apache/pulsar-helm-chart/issues/495#issuecomment-2096010211
> You seem to have port 80 for the http port in the broker. That's not supported in the Helm chart since non-root containers are used. Port 80 can be used for the proxy. Thanks, that's the exactly the problem. my release values yaml file ./pulsar-2.10.2.yaml did have broker:ports:http: 80. After I change it to 8080 and run: helm upgrade --namespace pulsar pulsar pulsar --values ./pulsar-2.10.2.yaml, the pulsar-broker pods are running up now. Thanks for your help! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
