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

fix(charts): Added extraLBAnnotations and fixed mismatched ports #79

Conversation

InputObject2
Copy link
Contributor

Addresses some of the issues with the extra loadbalancer service raised in #71

  • Annotations are now set in their own field and extraLBService can now be a simple bool.
  • sabnzbd had both http and https ports pointing to only the http port

Manually tested working with on/off load balancers and annotations. The ports also now work.

Possible breakage
.Values.transmission.service.port was previously unset in the chart values, but determined users might have set them to overcome error messages that the chart or operator would have raised. Those configs would now be ignored to reflect what was really in the values.yaml file (and previously in the transmission-resources.yaml file).

We can also go the other way around and unset utp and set default values for .Values.transmission.service

@kubealex kubealex merged commit 2a79e1b into kubealex:master Nov 25, 2023
2 checks passed
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.

None yet

2 participants