-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: Add support for modifying edge probe values #97
Conversation
This allows BASE_PATH enviornment variable changes to be reflected in the values.yaml file. Without this, k8s will attempt to hit /internal-backstage/health, while the helm-edge application is reporting health values at /BASE_PATH/internal-backstage/health.
Should I bump the version in Chart.yaml for this change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this. Good spot
Yes, please. That's what's missing here for all the checks succeeding. :) |
Awesome, that's done now! Thank you for getting to this so quickly. We're really excited to use Unleash :) |
Humm.. I must be doing something wrong here, but I am unsure why the checks are still failing |
Part of the deploy is to deploy to k8s with minimum set of values.
So, it looks like you'll need to check that Sorry for not spotting this earlier, I've run into the same problem myself earlier. |
Ok, I'll get that setup. It's interesting to note that this is inconsistent with the unleash |
This should do it! |
I think you have a fair point about the Unleash deployment one. I should make another iteration in that one as well, making sure that we choose sane defaults if the property is missing. |
Hmmm, this is strange. The install works, but the upgrade fails. I'm going to have to check the helm manual to see what's different here. |
I'm going to merge this, and then make it work. Thanks for all your effort :) |
I appreciate you @chriswk! Thank you for merging this. I'll keep an eye on the repo for the update |
About the changes
This allows BASE_PATH enviornment variable changes to be reflected in the values.yaml file. Without this, k8s will attempt to hit /internal-backstage/health, while the helm-edge application is reporting health values at /BASE_PATH/internal-backstage/health.
Closes #96
Important files
This change is small, important files are deployment.yaml and values.yaml
Discussion points
It could be worth discussing creating a true value for BASE_PATH in the values.yaml file instead of having to duplicate the basepath value in the helm values chart.