kubealex / k8s-mediaserver-operator

Repository for k8s Mediaserver Operator project
MIT License
563 stars 77 forks source link

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

Closed InputObject2 closed 11 months ago

InputObject2 commented 11 months ago

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

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