We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using "all-component-tls" example values.yaml file, I can see that the function worker always have both ports enabled.
workerPort: "6750" workerPortTls: "6751"
Also, the function worker Pod readiness probe is always checking against the non-TLS port:
% kubectl describe pod pulsar-function-0 | grep Readiness: Readiness: tcp-socket :6750 delay=10s timeout=5s period=30s #success=1 #failure=3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using "all-component-tls" example values.yaml file, I can see that the function worker always have both ports enabled.
Also, the function worker Pod readiness probe is always checking against the non-TLS port:
The text was updated successfully, but these errors were encountered: