ressu / kube-plex

Scalable Plex Media Server on Kubernetes -- dispatch transcode jobs as pods on your cluster!
Apache License 2.0
102 stars 24 forks source link

Update ingress spec to support v1 #24

Closed brandon099 closed 2 years ago

brandon099 commented 2 years ago

Updates the ingress template to support networking.k8s.io/v1 Ingress.

Fixes ressu/kube-plex#23

pixil98 commented 2 years ago

I think the only other change you'd want is to bump the version in chart to 0.3.1 since the chart is changing.

brandon099 commented 2 years ago

Yeah, good catch @pixil98 -- thanks!

pixil98 commented 2 years ago

I can confirm that this fixes the ingress.

ressu commented 2 years ago

Thank you for fixing this!