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

bugfix(deployment): Fix probe paths #10

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

stijnbrouwers
Copy link
Contributor

@lewismc

I did the following changes:

  • Changed .Values.config.base_url: When it's not a proper URL, the urlParse function will give back wrong values for .path
  • Removed the "/" at the end of the probe paths, since the path return by urlParse is correct on it's own
  • Added an {{else}} clause in the probe path to catch the case when no base_url is provided.

For me, this setup seems to work.

Copy link
Member

@lewismc lewismc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 thanks @stijnbrouwers

@lewismc lewismc merged commit 4e5b6cd into apache:main Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants