Skip to content
New issue

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

Use container ports for proxy stateful set probes #410

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

emre-aydin
Copy link
Contributor

@emre-aydin emre-aydin commented Nov 22, 2023

Motivation

When the Helm chart is installed, proxy pods fail to become ready because the wrong ports are used for the probes.

Modifications

I have simply changed the ports used for probes from the service ports to the container ports.

Verifying this change

  • Make sure that the change passes the CI checks.

Using service ports cause probes to fail.
@lhotari lhotari merged commit 9542c7b into apache:master Dec 11, 2023
13 checks passed
@lhotari
Copy link
Member

lhotari commented Dec 11, 2023

Thank you for the contribution @emre-aydin

@emre-aydin emre-aydin deleted the fix-proxy-statefulset-probes branch December 21, 2023 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants